Skip to content

Instantly share code, notes, and snippets.

@fai555
Created January 15, 2021 08:39
Show Gist options
  • Select an option

  • Save fai555/d5ccf54a733c9192ed93ab7e943edb6e to your computer and use it in GitHub Desktop.

Select an option

Save fai555/d5ccf54a733c9192ed93ab7e943edb6e to your computer and use it in GitHub Desktop.
ingressGateways:
- enabled: true
k8s:
env:
- name: ISTIO_META_ROUTER_MODE
value: standard
hpaSpec:
maxReplicas: 5
metrics:
- resource:
name: cpu
targetAverageUtilization: 80
type: Resource
minReplicas: 1
scaleTargetRef:
apiVersion: apps/v1
kind: Deployment
name: istio-ingressgateway
resources:
limits:
cpu: 2000m
memory: 1024Mi
requests:
cpu: 100m
memory: 128Mi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment