Mirrormanager: fix sevice name to map the route config
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
parent
4247d32de7
commit
844ac8e499
1 changed files with 4 additions and 4 deletions
|
@ -1,14 +1,14 @@
|
|||
apiVersion: v1
|
||||
kind: Service
|
||||
metadata:
|
||||
name: web
|
||||
name: frontend
|
||||
labels:
|
||||
app: mirrormanager
|
||||
spec:
|
||||
selector:
|
||||
app: mirrormanager
|
||||
deploymentconfig: frontend
|
||||
ports:
|
||||
- name: web
|
||||
port: 8080
|
||||
targetPort: 8080
|
||||
selector:
|
||||
app: mirrormanager
|
||||
deploymentconfig: frontend
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue