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

add liveness port

parent 36293242
No related branches found
No related tags found
1 merge request!766test: [GONRG-7753]-add health check to GCP deploy
Pipeline #212786 failed
Pipeline: Storage

#212788

    ......@@ -54,14 +54,10 @@ spec:
    runAsNonRoot: true
    ports:
    - containerPort: 8080
    readinessProbe:
    httpGet:
    path: /health
    # port: 8081
    livenessProbe:
    httpGet:
    path: /health
    # port: 8081
    port: 8080
    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