gitops/helm/istio/values.yaml
2026-07-19 19:42:55 +02:00

30 lines
567 B
YAML

global: {}
gateway:
kind: Deployment
labels:
istio: istio-gateway
annotations:
sidecar.istio.io/logLevel: "debug"
podAnnotations:
sidecar.istio.io/logLevel: "debug"
service:
type: NodePort
labels:
istio: istio-gateway
ports:
- name: status-port
protocol: TCP
port: 15021
targetPort: 15021
nodePort: 31021
- name: http2
protocol: TCP
port: 80
targetPort: 80
nodePort: 30080
- name: https
protocol: TCP
port: 443
targetPort: 443
nodePort: 30443