Skip to content

Instantly share code, notes, and snippets.

@nak3
Last active June 18, 2020 13:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nak3/1f533b1a8be1bdd891e9b2fd8bebb40a to your computer and use it in GitHub Desktop.
Save nak3/1f533b1a8be1bdd891e9b2fd8bebb40a to your computer and use it in GitHub Desktop.
IstioOperator for mTLS
apiVersion: install.istio.io/v1alpha1
kind: IstioOperator
spec:
values:
global:
proxy:
autoInject: enabled
useMCP: false
sidecarInjectorWebhook:
rewriteAppHTTPProbe: true
meshConfig:
enableAutoMtls: true
accessLogFile: "/dev/stdout"
addonComponents:
pilot:
enabled: true
prometheus:
enabled: false
components:
ingressGateways:
- name: istio-ingressgateway
enabled: true
- name: cluster-local-gateway
enabled: true
label:
istio: cluster-local-gateway
app: cluster-local-gateway
k8s:
service:
type: ClusterIP
ports:
- port: 15020
name: status-port
- port: 80
name: http2
- port: 443
name: https
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment