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