gitops/helm/istiod/templates/istio-service.yaml
2026-06-29 20:38:30 +02:00

23 lines
381 B
YAML

apiVersion: v1
kind: Service
metadata:
name: istio-ingressgateway
namespace: istio-system
spec:
type: NodePort
selector:
istio: ingressgateway
ports:
- name: status-port
port: 15021
targetPort: 15021
nodePort: 32751
- name: http
port: 80
targetPort: 80
nodePort: 30080
- name: https
port: 443
targetPort: 443
nodePort: 30443