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

test health check2

parent 095cc6d0
Branches trusted-single_pipeline
No related tags found
1 merge request!766test: [GONRG-7753]-add health check to GCP deploy
Pipeline #213046 failed
......@@ -54,12 +54,6 @@ spec:
runAsNonRoot: true
ports:
- containerPort: 8080
# livenessProbe:
# httpGet:
# path: /health
# port: 8080
# initialDelaySeconds: 60
# periodSeconds: 10
resources:
requests:
cpu: {{ .Values.data.requestsCpu | quote }}
......@@ -70,3 +64,9 @@ spec:
memory: {{ .Values.data.limitsMemory | quote }}
{{- end }}
serviceAccountName: {{ .Values.data.serviceAccountName | quote }}
livenessProbe:
httpGet:
path: /health
port: 8080
initialDelaySeconds: 60
periodSeconds: 10
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