Skip to content

Instantly share code, notes, and snippets.

@abhioncbr
Created August 5, 2020 17:00
Show Gist options
  • Save abhioncbr/94b651f2eddba51198cf1765fc613356 to your computer and use it in GitHub Desktop.
Save abhioncbr/94b651f2eddba51198cf1765fc613356 to your computer and use it in GitHub Desktop.
apiVersion: install.istio.io/v1alpha1
kind: IstioOperator
metadata:
namespace: istio-system
name: demo-istiocontrolplane
spec:
profile: demo
components:
egressGateways:
- name: istio-egressgateway
enabled: false
ingressGateways:
- name: istio-ingressgateway
enabled: true
k8s:
serviceAnnotations:
# internal load-balancer in case of AKS, similar settings available for AWS & GKE
service.beta.kubernetes.io/azure-load-balancer-internal: "true"
cni:
enabled: true
namespace: kube-system
values:
hub: private-repo/istio
values:
kiali:
hub: private-repo/kiali
cni:
excludeNamespaces:
- istio-system
- kube-system
logLevel: info
gateways:
istio-ingressgateway:
runAsRoot: false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment