Skip to content
Snippets Groups Projects
Commit 7de43457 authored by Anatolii Hrychaniuk's avatar Anatolii Hrychaniuk
Browse files

enable health check

parent aa3b3d06
Branches trusted-single_pipeline
No related tags found
1 merge request!766test: [GONRG-7753]-add health check to GCP deploy
Pipeline #213000 failed
......@@ -54,12 +54,12 @@ spec:
runAsNonRoot: true
ports:
- containerPort: 8080
# livenessProbe:
# httpGet:
# path: /health
# port: 8080
# initialDelaySeconds: 270
# periodSeconds: 10
livenessProbe:
httpGet:
path: /health
port: 8080
initialDelaySeconds: 60
periodSeconds: 10
resources:
requests:
cpu: {{ .Values.data.requestsCpu | quote }}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment