Skip to content

Instantly share code, notes, and snippets.

@ayj
Created March 18, 2020 20:04
Show Gist options
  • Save ayj/75d9aaab6bbe748b0ad3c9fd0c299983 to your computer and use it in GitHub Desktop.
Save ayj/75d9aaab6bbe748b0ad3c9fd0c299983 to your computer and use it in GitHub Desktop.
# The empty profile has everything disabled
# This is useful as a base for custom user configuration
apiVersion: install.istio.io/v1alpha1
kind: IstioOperator
spec:
profile: empty
components:
ingressGateways:
- name: istio-control-plane-gateway
enabled: true
- name: istio-ingressgateway
enabled: false
values:
global:
istiod:
enabled: true
gateways:
istio-ingressgateway:
name: istio-control-plane-gateway
ports:
- port: 15012
# clear default meshExpansionPorts
meshExpansionPorts:
-
labels:
app: istio-control-plane-gateway
istio: control-plane-gateway
# clear default secret volumnes
secretVolumes:
-
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment