Skip to content

Commit 1126124

Browse files
NoeSamailleGitHub Enterprise
authored andcommitted
Merge pull request #9 from ecosystem-engineering/deploy-config
Updates probes
2 parents 1ff5997 + ef5cd98 commit 1126124

3 files changed

Lines changed: 10 additions & 10 deletions

File tree

deploy/pre-production/application.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@ spec:
88
httpGet:
99
path: /health
1010
scheme: HTTP
11-
periodSeconds: 5
12-
timeoutSeconds: 30
11+
periodSeconds: 30
12+
timeoutSeconds: 180
1313
readinessProbe:
1414
httpGet:
1515
path: /health
1616
scheme: HTTP
17-
periodSeconds: 5
18-
timeoutSeconds: 30
17+
periodSeconds: 30
18+
timeoutSeconds: 180
1919
replicas: 1
2020
quota: turbo
2121
mountServiceCerts:

deploy/production/application.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@ spec:
88
httpGet:
99
path: /health
1010
scheme: HTTP
11-
periodSeconds: 5
12-
timeoutSeconds: 30
11+
periodSeconds: 30
12+
timeoutSeconds: 180
1313
readinessProbe:
1414
httpGet:
1515
path: /health
1616
scheme: HTTP
17-
periodSeconds: 5
18-
timeoutSeconds: 30
17+
periodSeconds: 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)