1
0
mirror of https://github.com/google/nomulus synced 2026-05-31 03:56:33 +00:00

Change Kubernetes Services selectors to target "traffic" label (#3054)

* change spec.selector for kubernetes services

* now really change the selector
This commit is contained in:
Juan Celhay
2026-05-27 14:59:37 -04:00
committed by GitHub
parent ad992beff9
commit 00522fb618
4 changed files with 5 additions and 5 deletions

View File

@@ -78,7 +78,7 @@ metadata:
name: backend
spec:
selector:
service: backend
traffic: backend-all
ports:
- port: 80
targetPort: http

View File

@@ -85,7 +85,7 @@ metadata:
name: console
spec:
selector:
service: console
traffic: console-all
ports:
- port: 80
targetPort: http

View File

@@ -116,7 +116,7 @@ metadata:
name: frontend
spec:
selector:
service: frontend
traffic: frontend-all
ports:
- port: 80
targetPort: http
@@ -137,7 +137,7 @@ spec:
ipFamilies: [IPv4, IPv6]
ipFamilyPolicy: RequireDualStack
selector:
service: frontend
traffic: frontend-all
ports:
- port: 700
targetPort: epp

View File

@@ -85,7 +85,7 @@ metadata:
name: pubapi
spec:
selector:
service: pubapi
traffic: pubapi-all
ports:
- port: 80
targetPort: http