Skip to content

Commit

Permalink
BAH-3911 | WIP: Verify new HPA Changes
Browse files Browse the repository at this point in the history
  • Loading branch information
mohan-13 committed Jun 17, 2024
1 parent f0852fc commit cc39eb5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
branches:
- master
- 'release-*'
- BAH-3911
tags:
- '[0-9]+.[0-9]+.[0-9]+'

Expand Down
10 changes: 5 additions & 5 deletions package/helm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,11 @@ volumes:
capacity: "2Gi"

autoscaling:
enabled: false
# minReplicas: 1
# maxReplicas: 5
# targetCPUUtilizationPercentage: 80
# targetMemoryUtilizationPercentage: 80
enabled: true
minReplicas: 1
maxReplicas: 3
targetCPUUtilizationPercentage: 80
targetMemoryUtilizationPercentage: 80

nodeSelector: {}
affinity: {}
Expand Down

0 comments on commit cc39eb5

Please sign in to comment.