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

test: [GONRG-7753]-add health check to GCP deploy

parent d5c9e059
No related branches found
No related tags found
1 merge request!766test: [GONRG-7753]-add health check to GCP deploy
Pipeline #212788 failed
......@@ -54,6 +54,14 @@ spec:
runAsNonRoot: true
ports:
- containerPort: 8080
readinessProbe:
httpGet:
path: /health
# port: 8081
livenessProbe:
httpGet:
path: /health
# port: 8081
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