oraculum: Attempt to correct volumes in dc
This commit is contained in:
parent
699bed7b9a
commit
fe2518d4d2
1 changed files with 24 additions and 24 deletions
|
@ -65,26 +65,26 @@ spec:
|
||||||
value: "false"
|
value: "false"
|
||||||
- name: SMTP_CONFIG
|
- name: SMTP_CONFIG
|
||||||
value: "{{ oraculum_smtp_confline }}"
|
value: "{{ oraculum_smtp_confline }}"
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- name: oraculum-secret-volume
|
- name: oraculum-secret-volume
|
||||||
mountPath: /opt/app-root/secret/
|
mountPath: /opt/app-root/secret/
|
||||||
readOnly: true
|
readOnly: true
|
||||||
|
readinessProbe:
|
||||||
|
timeoutSeconds: 1
|
||||||
|
initialDelaySeconds: 5
|
||||||
|
httpGet:
|
||||||
|
path: /
|
||||||
|
port: 5000
|
||||||
|
livenessProbe:
|
||||||
|
timeoutSeconds: 1
|
||||||
|
initialDelaySeconds: 30
|
||||||
|
httpGet:
|
||||||
|
path: /
|
||||||
|
port: 5000
|
||||||
volumes:
|
volumes:
|
||||||
- name: oraculum-secret-volume
|
- name: oraculum-secret-volume
|
||||||
secret:
|
secret:
|
||||||
secretName: oraculum-secret
|
secretName: oraculum-secret
|
||||||
readinessProbe:
|
|
||||||
timeoutSeconds: 1
|
|
||||||
initialDelaySeconds: 5
|
|
||||||
httpGet:
|
|
||||||
path: /
|
|
||||||
port: 5000
|
|
||||||
livenessProbe:
|
|
||||||
timeoutSeconds: 1
|
|
||||||
initialDelaySeconds: 30
|
|
||||||
httpGet:
|
|
||||||
path: /
|
|
||||||
port: 5000
|
|
||||||
|
|
||||||
triggers:
|
triggers:
|
||||||
- type: ConfigChange
|
- type: ConfigChange
|
||||||
|
@ -161,10 +161,10 @@ spec:
|
||||||
value: "false"
|
value: "false"
|
||||||
- name: SMTP_CONFIG
|
- name: SMTP_CONFIG
|
||||||
value: "{{ oraculum_smtp_confline }}"
|
value: "{{ oraculum_smtp_confline }}"
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- name: oraculum-secret-volume
|
- name: oraculum-secret-volume
|
||||||
mountPath: /opt/app-root/secret/
|
mountPath: /opt/app-root/secret/
|
||||||
readOnly: true
|
readOnly: true
|
||||||
volumes:
|
volumes:
|
||||||
- name: oraculum-secret-volume
|
- name: oraculum-secret-volume
|
||||||
secret:
|
secret:
|
||||||
|
@ -245,10 +245,10 @@ spec:
|
||||||
value: "false"
|
value: "false"
|
||||||
- name: SMTP_CONFIG
|
- name: SMTP_CONFIG
|
||||||
value: "{{ oraculum_smtp_confline }}"
|
value: "{{ oraculum_smtp_confline }}"
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- name: oraculum-secret-volume
|
- name: oraculum-secret-volume
|
||||||
mountPath: /opt/app-root/secret/
|
mountPath: /opt/app-root/secret/
|
||||||
readOnly: true
|
readOnly: true
|
||||||
volumes:
|
volumes:
|
||||||
- name: oraculum-secret-volume
|
- name: oraculum-secret-volume
|
||||||
secret:
|
secret:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue