Skip to content

Commit

Permalink
updated deployment and tweaked timeout of probes
Browse files Browse the repository at this point in the history
  • Loading branch information
deepakprabhakara committed Feb 7, 2024
1 parent 80e46f5 commit bbf2370
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 8 deletions.
6 changes: 4 additions & 2 deletions kustomize/base/jackson-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion kustomize/overlays/demo/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
6 changes: 4 additions & 2 deletions kustomize/overlays/demo/mocksaml-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion kustomize/overlays/prod-eu/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
6 changes: 4 additions & 2 deletions kustomize/overlays/prod-eu/mocksaml-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit bbf2370

Please sign in to comment.