vault + eav
This commit is contained in:
parent
fa9589661f
commit
1b54ff8935
@ -97,21 +97,21 @@ spec:
|
|||||||
mountPath: /server/config/settings/production.py
|
mountPath: /server/config/settings/production.py
|
||||||
subPath: production.py
|
subPath: production.py
|
||||||
|
|
||||||
livenessProbe:
|
livenessProbe: {}
|
||||||
httpGet:
|
# httpGet:
|
||||||
path: /ping
|
# path: /ping
|
||||||
port: 8000
|
# port: 8000
|
||||||
initialDelaySeconds: 10
|
# initialDelaySeconds: 10
|
||||||
periodSeconds: 60
|
# periodSeconds: 60
|
||||||
failureThreshold: 10
|
# failureThreshold: 10
|
||||||
|
|
||||||
readinessProbe:
|
readinessProbe: {}
|
||||||
httpGet:
|
# httpGet:
|
||||||
path: /ping
|
# path: /ping
|
||||||
port: 8000
|
# port: 8000
|
||||||
initialDelaySeconds: 5
|
# initialDelaySeconds: 5
|
||||||
periodSeconds: 5
|
# periodSeconds: 5
|
||||||
failureThreshold: 20
|
# failureThreshold: 20
|
||||||
|
|
||||||
imagePullSecrets:
|
imagePullSecrets:
|
||||||
- name: regcred
|
- name: regcred
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user