Created
August 5, 2020 17:00
-
-
Save abhioncbr/94b651f2eddba51198cf1765fc613356 to your computer and use it in GitHub Desktop.
This file contains 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 | |
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