Skip to content

Instantly share code, notes, and snippets.

@Justin2997
Created July 16, 2020 17:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Justin2997/2e7760c6962c059aac07b30d98a09c49 to your computer and use it in GitHub Desktop.
Save Justin2997/2e7760c6962c059aac07b30d98a09c49 to your computer and use it in GitHub Desktop.
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