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 - name: mongodb-data
mountPath: /data/db mountPath: /data/db
readinessProbe: readinessProbe:
tcpSocket: httpGet:
port: 27017 path: /
initialDelaySeconds: 30 port: 8080
host: 127.0.0.1
initialDelaySeconds: 20
periodSeconds: 10 periodSeconds: 10
livenessProbe: livenessProbe:
tcpSocket: httpGet:
port: 27017 path: /
port: 8080
host: 127.0.0.1
initialDelaySeconds: 60 initialDelaySeconds: 60
periodSeconds: 20 periodSeconds: 20
volumes: volumes: