Mirrormanager: fix sevice name to map the route config

Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
Aurélien Bompard 2024-01-17 10:32:21 +01:00
parent 4247d32de7
commit 844ac8e499
No known key found for this signature in database
GPG key ID: 31584CFEB9BF64AD

View file

@ -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