swutch controllers to ClusterIP

This commit is contained in:
2025-01-19 20:19:57 +01:00
parent a99043dc4f
commit 5dd1f90afc
2 changed files with 2 additions and 2 deletions

View File

@@ -5,7 +5,7 @@ kind: Service
metadata: metadata:
name: nginx-internal name: nginx-internal
spec: spec:
type: LoadBalancer type: ClusterIP
selector: selector:
app.kubernetes.io/name: nginx-internal app.kubernetes.io/name: nginx-internal
ports: ports:

View File

@@ -4,7 +4,7 @@ kind: Service
metadata: metadata:
name: nginx-external name: nginx-external
spec: spec:
type: LoadBalancer type: ClusterIP
selector: selector:
app.kubernetes.io/name: nginx-external app.kubernetes.io/name: nginx-external
ports: ports: