This commit is contained in:
2026-04-02 12:35:09 +00:00
parent 30a06b73d4
commit 13fdbe3ad1

View File

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