Skip to content

Instantly share code, notes, and snippets.

@rcreasey
Created June 11, 2020 00:24
Show Gist options
  • Save rcreasey/c8d075001f7a413e9b3703062488a01a to your computer and use it in GitHub Desktop.
Save rcreasey/c8d075001f7a413e9b3703062488a01a to your computer and use it in GitHub Desktop.
apiVersion: install.istio.io/v1alpha1
kind: IstioOperator
spec:
addonComponents:
istiocoredns:
enabled: true
components:
egressGateways:
- name: istio-egressgateway
enabled: true
values:
global:
podDNSSearchNamespaces:
- global
- "{{ valueOrDefault .DeploymentMeta.Namespace \"default\" }}.global"
multiCluster:
enabled: true
controlPlaneSecurityEnabled: true
proxy:
accessLogFile: "/dev/stdout"
security:
selfSigned: false
gateways:
istio-ingressgateway:
sds:
enabled: true
istio-egressgateway:
env:
ISTIO_META_REQUESTED_NETWORK_VIEW: "external"
grafana:
enabled: true
prometheus:
enabled: true
tracing:
enabled: true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment