gitops/helm/istio/values.yaml
2026-07-19 10:46:37 +02:00

25 lines
456 B
YAML

global: {}
gateway:
kind: Deployment
labels:
istio: istio-gateway
annotations:
istio: istio-gateway
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