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:
name: nginx-internal
spec:
type: LoadBalancer
type: ClusterIP
selector:
app.kubernetes.io/name: nginx-internal
ports:

View File

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