Created
July 16, 2020 17:24
-
-
Save Justin2997/2e7760c6962c059aac07b30d98a09c49 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
apiVersion: install.istio.io/v1alpha1 | |
kind: IstioOperator | |
spec: | |
profile: minimal # from : https://istio.io/latest/docs/setup/additional-setup/config-profiles/ | |
components: | |
pilot: | |
k8s: | |
resources: | |
requests: | |
cpu: 500m # default to 500m | |
memory: 2048Mi # default to 2048Mi | |
hpaSpec: | |
maxReplicas: 5 # ... default 5 | |
minReplicas: 1 # ... default 1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment