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
|
apiVersion: v1
|
||||||
kind: Service
|
kind: Service
|
||||||
metadata:
|
metadata:
|
||||||
name: web
|
name: frontend
|
||||||
labels:
|
labels:
|
||||||
app: mirrormanager
|
app: mirrormanager
|
||||||
spec:
|
spec:
|
||||||
|
selector:
|
||||||
|
app: mirrormanager
|
||||||
|
deploymentconfig: frontend
|
||||||
ports:
|
ports:
|
||||||
- name: web
|
- name: web
|
||||||
port: 8080
|
port: 8080
|
||||||
targetPort: 8080
|
targetPort: 8080
|
||||||
selector:
|
|
||||||
app: mirrormanager
|
|
||||||
deploymentconfig: frontend
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue