mirror of
https://github.com/gwg313/homelab-gitops.git
synced 2026-06-11 21:53:37 +00:00
17 lines
321 B
YAML
17 lines
321 B
YAML
# Enable Istio base + control plane + ingress gateway
|
|
global:
|
|
istioNamespace: istio-system
|
|
|
|
istiod:
|
|
enabled: true
|
|
meshConfig:
|
|
enablePrometheusMerge: true
|
|
accessLogFile: /dev/stdout
|
|
pilot:
|
|
autoscaleEnabled: false
|
|
|
|
gateway:
|
|
enabled: true
|
|
name: istio-ingressgateway
|
|
service:
|
|
type: LoadBalancer
|