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

add failureThreshold for gcp deployment

parent 19adf77e
Branches trusted-single_pipeline
No related tags found
1 merge request!766test: [GONRG-7753]-add health check to GCP deploy
Pipeline #213835 failed
Pipeline: Storage

#213837

    ......@@ -55,10 +55,11 @@ spec:
    ports:
    - containerPort: 8080
    livenessProbe:
    failureThreshold: 3
    httpGet:
    path: /api/storage/v2/health
    port: 8080
    initialDelaySeconds: 60
    initialDelaySeconds: 120
    periodSeconds: 10
    resources:
    requests:
    ......
    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