Skip to content

Commit

Permalink
revert values.yaml changes, timeout reset to 1200s
Browse files Browse the repository at this point in the history
  • Loading branch information
klhftco committed Oct 31, 2024
1 parent cea8a56 commit f91b00b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 16 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cd-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,5 +69,5 @@ jobs:
--set nodeEnv=development
# Check container status
kubectl rollout status --timeout=300s deployment bt-dev-app-${{ needs.compute-sha.outputs.sha_short }}-backend
kubectl rollout status --timeout=300s deployment bt-dev-app-${{ needs.compute-sha.outputs.sha_short }}-frontend
kubectl rollout status --timeout=1200s deployment bt-dev-app-${{ needs.compute-sha.outputs.sha_short }}-backend
kubectl rollout status --timeout=1200s deployment bt-dev-app-${{ needs.compute-sha.outputs.sha_short }}-frontend
14 changes: 0 additions & 14 deletions infra/app/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,6 @@ frontend:
repository: octoberkeleytime/bt-frontend
tag: prod

livenessProbe:
exec:
command:
- false
initialDelaySeconds: 0
periodSeconds: 1

backend:
replicas: 2

Expand All @@ -39,13 +32,6 @@ backend:
repository: octoberkeleytime/bt-backend
tag: prod

livenessProbe:
exec:
command:
- false
initialDelaySeconds: 0
periodSeconds: 1

updater:
schedule: "0 0 * * *"
suspend: false
Expand Down

0 comments on commit f91b00b

Please sign in to comment.