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