.
This commit is contained in:
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user