Skip to content

Instantly share code, notes, and snippets.

@Jagdeep1
Last active August 9, 2020 16:46
Show Gist options
  • Save Jagdeep1/d887cedeb4e29dad494797c24cb854b6 to your computer and use it in GitHub Desktop.
Save Jagdeep1/d887cedeb4e29dad494797c24cb854b6 to your computer and use it in GitHub Desktop.
Sample istio profile
apiVersion: install.istio.io/v1alpha1
kind: IstioOperator
metadata:
namespace: istio-system
name: multiple-ingress-istiocontrolplane
spec:
profile: default
values:
security:
selfSigned: false
global:
controlPlaneSecurityEnabled: true
mtls:
enabled: true
meshExpansion:
enabled: true
addonComponents:
grafana:
enabled: false
kiali:
enabled: true
prometheus:
enabled: true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment