This commit is contained in:
2026-04-02 12:34:23 +00:00
parent a8c1bb71f2
commit 30a06b73d4

View File

@@ -80,13 +80,18 @@ spec:
- name: mongodb-data
mountPath: /data/db
readinessProbe:
tcpSocket:
port: 27017
initialDelaySeconds: 30
httpGet:
path: /
port: 8080
host: 127.0.0.1
initialDelaySeconds: 20
periodSeconds: 10
livenessProbe:
tcpSocket:
port: 27017
httpGet:
path: /
port: 8080
host: 127.0.0.1
initialDelaySeconds: 60
periodSeconds: 20
volumes: