initial commit

This commit is contained in:
gwg313 2025-06-21 15:47:08 -04:00
commit 471f30f0b1
Signed by: gwg313
GPG key ID: 60FF63B4826B7400
13 changed files with 286 additions and 0 deletions

17
istio/base-values.yaml Normal file
View file

@ -0,0 +1,17 @@
# 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