Skip to content

Commit

Permalink
Merge pull request #53 from bcgov/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
ychung-mot authored Mar 27, 2024
2 parents 22c2a80 + df26061 commit 9b942b3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions helm/_backend/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -96,19 +96,19 @@ spec:
path: /healthz
port: http
scheme: HTTP
initialDelaySeconds: 60
initialDelaySeconds: 10
timeoutSeconds: 10
periodSeconds: 60
periodSeconds: 10
successThreshold: 1
failureThreshold: 5
livenessProbe:
httpGet:
path: /api/networkchecker
port: http
scheme: HTTP
initialDelaySeconds: 60
initialDelaySeconds: 10
timeoutSeconds: 10
periodSeconds: 60
periodSeconds: 10
successThreshold: 1
failureThreshold: 5
resources:
Expand Down
2 changes: 1 addition & 1 deletion helm/main/values-uat.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ route:

frontend:
enabled: true
replicaCount: 1
replicaCount: 2
nameOverride: strdss-uat-frontend
fullnameOverride: strdss-uat-frontend
secretName: strdss-secrets-uat
Expand Down

0 comments on commit 9b942b3

Please sign in to comment.