updated deployment and tweaked timeout of probes

This commit is contained in:
Deepak Prabhakara 2024-02-07 14:28:26 +00:00
parent 80e46f5423
commit bbf23705e3
5 changed files with 14 additions and 8 deletions

View File

@ -22,13 +22,15 @@ spec:
httpGet:
port: 5225
path: /api/health
periodSeconds: 10
periodSeconds: 3
timeoutSeconds: 3
failureThreshold: 5
readinessProbe:
httpGet:
port: 5225
path: /api/health
periodSeconds: 30
periodSeconds: 10
timeoutSeconds: 5
failureThreshold: 5
successThreshold: 2
ports:

View File

@ -14,6 +14,6 @@ patches:
images:
- name: boxyhq/jackson
newTag: 1.18.5
newTag: 1.18.6
- name: boxyhq/mock-saml
newTag: 1.3.4

View File

@ -21,13 +21,15 @@ spec:
httpGet:
port: 4000
path: /api/health
periodSeconds: 10
periodSeconds: 3
timeoutSeconds: 3
failureThreshold: 5
readinessProbe:
httpGet:
port: 4000
path: /api/health
periodSeconds: 30
periodSeconds: 10
timeoutSeconds: 5
failureThreshold: 5
successThreshold: 2
ports:

View File

@ -14,6 +14,6 @@ patches:
images:
- name: boxyhq/jackson
newTag: 1.18.5
newTag: 1.18.6
- name: boxyhq/mock-saml
newTag: 1.3.4

View File

@ -21,13 +21,15 @@ spec:
httpGet:
port: 4000
path: /api/health
periodSeconds: 10
periodSeconds: 3
timeoutSeconds: 3
failureThreshold: 5
readinessProbe:
httpGet:
port: 4000
path: /api/health
periodSeconds: 30
periodSeconds: 10
timeoutSeconds: 5
failureThreshold: 5
successThreshold: 2
ports: