Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable HPA for light module installation #371

Merged
merged 2 commits into from
Sep 8, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions docs/release-notes/1.1.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@

## New features

- Enable Horizontal Pod Autoscaling capability for smaller cluster installation
4 changes: 2 additions & 2 deletions manifests/istio-operator-template-light.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ spec:
secretName: istio-egressgateway-ca-certs
type: ClusterIP
istio-ingressgateway:
autoscaleEnabled: false
autoscaleEnabled: true
env: {}
name: istio-ingressgateway
podAnnotations:
Expand Down Expand Up @@ -297,7 +297,7 @@ spec:
istiodRemote:
injectionURL: ""
pilot:
autoscaleEnabled: false
autoscaleEnabled: true
autoscaleMax: 5
autoscaleMin: 1
configMap: true
Expand Down