Skip to content

Commit ef5cd98

Browse files
committed
Updates probes
Signed-off-by: NoeSamaille <noe.samaille@ibm.com>
1 parent 5746e34 commit ef5cd98

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

deploy/pre-production/application.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@ spec:
99
path: /health
1010
scheme: HTTP
1111
periodSeconds: 30
12-
timeoutSeconds: 30
12+
timeoutSeconds: 180
1313
readinessProbe:
1414
httpGet:
1515
path: /health
1616
scheme: HTTP
1717
periodSeconds: 30
18-
timeoutSeconds: 30
18+
timeoutSeconds: 180
1919
replicas: 1
2020
quota: turbo
2121
mountServiceCerts:

deploy/production/application.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@ spec:
99
path: /health
1010
scheme: HTTP
1111
periodSeconds: 30
12-
timeoutSeconds: 30
12+
timeoutSeconds: 180
1313
readinessProbe:
1414
httpGet:
1515
path: /health
1616
scheme: HTTP
1717
periodSeconds: 30
18-
timeoutSeconds: 30
18+
timeoutSeconds: 180
1919
replicas: 3
2020
quota: turbo
2121
mountServiceCerts:

deploy/test/application.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@ spec:
99
path: /health
1010
scheme: HTTP
1111
periodSeconds: 30
12-
timeoutSeconds: 30
12+
timeoutSeconds: 180
1313
readinessProbe:
1414
httpGet:
1515
path: /health
1616
scheme: HTTP
1717
periodSeconds: 30
18-
timeoutSeconds: 30
18+
timeoutSeconds: 180
1919
replicas: 1
2020
quota: turbo
2121
env:

0 commit comments

Comments
 (0)