This commit is contained in:
Linus Vogel 2026-06-27 18:04:41 +02:00
parent 2feaaaac06
commit f58613e5bb

View File

@ -0,0 +1,18 @@
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: 10080