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
|
@ -69,10 +69,6 @@ spec:
|
||||||
- name: oraculum-secret-volume
|
- name: oraculum-secret-volume
|
||||||
mountPath: /opt/app-root/secret/
|
mountPath: /opt/app-root/secret/
|
||||||
readOnly: true
|
readOnly: true
|
||||||
volumes:
|
|
||||||
- name: oraculum-secret-volume
|
|
||||||
secret:
|
|
||||||
secretName: oraculum-secret
|
|
||||||
readinessProbe:
|
readinessProbe:
|
||||||
timeoutSeconds: 1
|
timeoutSeconds: 1
|
||||||
initialDelaySeconds: 5
|
initialDelaySeconds: 5
|
||||||
|
@ -85,6 +81,10 @@ spec:
|
||||||
httpGet:
|
httpGet:
|
||||||
path: /
|
path: /
|
||||||
port: 5000
|
port: 5000
|
||||||
|
volumes:
|
||||||
|
- name: oraculum-secret-volume
|
||||||
|
secret:
|
||||||
|
secretName: oraculum-secret
|
||||||
|
|
||||||
triggers:
|
triggers:
|
||||||
- type: ConfigChange
|
- type: ConfigChange
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue