vault + eav
This commit is contained in:
parent
1b54ff8935
commit
31357622d6
@ -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:
|
tcpSocket:
|
||||||
# path: /ping
|
port: 8000
|
||||||
# port: 8000
|
initialDelaySeconds: 20
|
||||||
# initialDelaySeconds: 10
|
periodSeconds: 30
|
||||||
# periodSeconds: 60
|
timeoutSeconds: 3
|
||||||
# failureThreshold: 10
|
failureThreshold: 5
|
||||||
|
|
||||||
readinessProbe: {}
|
readinessProbe:
|
||||||
# httpGet:
|
tcpSocket:
|
||||||
# path: /ping
|
port: 8000
|
||||||
# port: 8000
|
initialDelaySeconds: 10
|
||||||
# initialDelaySeconds: 5
|
periodSeconds: 10
|
||||||
# periodSeconds: 5
|
timeoutSeconds: 3
|
||||||
# failureThreshold: 20
|
failureThreshold: 6
|
||||||
|
|
||||||
imagePullSecrets:
|
imagePullSecrets:
|
||||||
- name: regcred
|
- name: regcred
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user