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

change path

parent 0105b93d
No related branches found
No related tags found
1 merge request!766test: [GONRG-7753]-add health check to GCP deploy
Pipeline #213837 failed
......@@ -58,7 +58,7 @@ spec:
httpGet:
path: /api/storage/v2/health
port: 8080
initialDelaySeconds: 250
initialDelaySeconds: 60
periodSeconds: 10
resources:
requests:
......
......@@ -23,11 +23,3 @@ spec:
port:
number: 80
host: {{ printf "%s.%s.svc.cluster.local" .Values.conf.appName .Release.Namespace | quote }}
- match:
- uri:
exact: "/health"
route:
- destination:
port:
number: 8080
host: {{ printf "%s.%s.svc.cluster.local" .Values.conf.appName .Release.Namespace | 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