Remove liveness and readiness probes from Notes app backend deployment configuration
This commit is contained in:
parent
2d46a2f1cf
commit
af53d99607
@ -81,19 +81,5 @@ spec:
|
||||
requests:
|
||||
cpu: "1"
|
||||
memory: 512Mi
|
||||
livenessProbe:
|
||||
httpGet:
|
||||
path: /ping
|
||||
port: 8000
|
||||
initialDelaySeconds: 10
|
||||
periodSeconds: 60
|
||||
failureThreshold: 10
|
||||
readinessProbe:
|
||||
httpGet:
|
||||
path: /ping
|
||||
port: 8000
|
||||
initialDelaySeconds: 5
|
||||
periodSeconds: 5
|
||||
failureThreshold: 20
|
||||
imagePullSecrets:
|
||||
- name: regcred
|
||||
|
||||
Loading…
Reference in New Issue
Block a user