vault + eav

This commit is contained in:
Kochetkov S 2026-04-22 13:00:18 +03:00
parent fa9589661f
commit 1b54ff8935

View File

@ -97,21 +97,21 @@ spec:
mountPath: /server/config/settings/production.py
subPath: production.py
livenessProbe:
httpGet:
path: /ping
port: 8000
initialDelaySeconds: 10
periodSeconds: 60
failureThreshold: 10
livenessProbe: {}
# httpGet:
# path: /ping
# port: 8000
# initialDelaySeconds: 10
# periodSeconds: 60
# failureThreshold: 10
readinessProbe:
httpGet:
path: /ping
port: 8000
initialDelaySeconds: 5
periodSeconds: 5
failureThreshold: 20
readinessProbe: {}
# httpGet:
# path: /ping
# port: 8000
# initialDelaySeconds: 5
# periodSeconds: 5
# failureThreshold: 20
imagePullSecrets:
- name: regcred