liveliness probe

update_process_search_1.4.32
jan.jantzen 1 year ago
parent 525ff4caf6
commit d2f2c76345

@ -162,16 +162,16 @@ smardigo-connect:
memory: 4Gi memory: 4Gi
requests: requests:
cpu: "2.5" cpu: "2.5"
livenessProbe: livenessProbe:
enabled: true enabled: true
initialDelaySeconds: 120 initialDelaySeconds: 120
periodSeconds: 60 periodSeconds: 60
timeoutSeconds: 30 timeoutSeconds: 30
failureThreshold: 2 failureThreshold: 2
successThreshold: 1 successThreshold: 1
httpGet: httpGet:
path: "/management/health" path: "/management/health"
port: 8081 port: 8081
processSearch: processSearch:
image: image:
version: 1.4.5 version: 1.4.5

Loading…
Cancel
Save