Skip to content

Commit

Permalink
CI: Enable HPA to scale up to 4 pods for main environments
Browse files Browse the repository at this point in the history
Signed-off-by: Jeremy Ho <[email protected]>
  • Loading branch information
jujaga committed Sep 8, 2023
1 parent b6ddb48 commit 7f8701a
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/environments/values.dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ features:
basicAuth: true
oidcAuth: true

autoscaling:
enabled: true
maxReplicas: 4

config:
enabled: true
configMap:
Expand Down
4 changes: 4 additions & 0 deletions .github/environments/values.prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ features:
basicAuth: true
oidcAuth: true

autoscaling:
enabled: true
maxReplicas: 4

config:
enabled: true
configMap:
Expand Down
4 changes: 4 additions & 0 deletions .github/environments/values.test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ features:
basicAuth: true
oidcAuth: true

autoscaling:
enabled: true
maxReplicas: 4

config:
enabled: true
configMap:
Expand Down

0 comments on commit 7f8701a

Please sign in to comment.