Skip to content

Commit

Permalink
Revert "BAH-3911 | WIP: Verify new HPA Changes"
Browse files Browse the repository at this point in the history
This reverts commit cc39eb5.
  • Loading branch information
mohan-13 committed Jun 18, 2024
1 parent cc39eb5 commit 1637e25
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
1 change: 0 additions & 1 deletion .github/workflows/build_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ 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: true
minReplicas: 1
maxReplicas: 3
targetCPUUtilizationPercentage: 80
targetMemoryUtilizationPercentage: 80
enabled: false
# minReplicas: 1
# maxReplicas: 5
# targetCPUUtilizationPercentage: 80
# targetMemoryUtilizationPercentage: 80

nodeSelector: {}
affinity: {}
Expand Down

0 comments on commit 1637e25

Please sign in to comment.