gitops/helm/istio/values.yaml
2026-07-03 13:25:03 +02:00

23 lines
416 B
YAML

global: {}
gateway:
kind: DaemonSet
labels:
istio: ingressgateway
service:
type: NodePort
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