namespace

This commit is contained in:
Linus Vogel 2026-06-28 17:37:22 +02:00
parent f2ebdceca1
commit 92fbbc6a55

View File

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