NodePort to LB

This commit is contained in:
Linus Vogel 2026-06-28 17:04:03 +02:00
parent 63505ae86f
commit 0914c4b5ec

View File

@ -1,18 +1,32 @@
#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
apiVersion: v1
kind: Service
metadata:
name: istio-ingressgateway
namespace: istio-system
namespace: istio-ingress
spec:
type: NodePort
type: LoadBalancer
selector:
istio: ingressgateway
ports:
- name: status-port
port: 15021
targetPort: 15021
nodePort: 32751
- name: http
port: 80
targetPort: 80
nodePort: 30080
- port: 80
name: http
- port: 443
name: https