-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcompreface-admin-deployment.yaml
55 lines (55 loc) · 1.61 KB
/
compreface-admin-deployment.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
apiVersion: apps/v1
kind: Deployment
metadata:
annotations:
kompose.cmd: kompose convert -f docker-compose-resolved.yaml -o output
kompose.version: 1.30.0 (9d8dcb518)
creationTimestamp: null
labels:
io.kompose.service: compreface-admin
name: compreface-admin
namespace: default
spec:
replicas: 1
selector:
matchLabels:
io.kompose.service: compreface-admin
strategy: {}
template:
metadata:
annotations:
kompose.cmd: kompose convert -f docker-compose-resolved.yaml -o output
kompose.version: 1.30.0 (9d8dcb518)
creationTimestamp: null
labels:
io.kompose.network/subcenter-arcface-r100-gpu-default: "true"
io.kompose.service: compreface-admin
spec:
containers:
- env:
- name: ADMIN_JAVA_OPTS
value: -Xmx8g
- name: EMAIL_FROM
- name: EMAIL_HOST
value: smtp.gmail.com
- name: EMAIL_PASSWORD
- name: EMAIL_USERNAME
- name: ENABLE_EMAIL_SERVER
value: "false"
- name: MAX_FILE_SIZE
value: 5MB
- name: MAX_REQUEST_SIZE
value: 10MB
- name: POSTGRES_PASSWORD
value: postgres
- name: POSTGRES_URL
value: jdbc:postgresql://compreface-postgres-db:5432/frs
- name: POSTGRES_USER
value: postgres
- name: SPRING_PROFILES_ACTIVE
value: dev
image: exadel/compreface-admin:1.1.0
name: compreface-admin
resources: {}
restartPolicy: Always
status: {}