Update guestbook-ui-svc.yaml

This commit is contained in:
Quentin Legot 2023-08-03 22:24:09 +02:00 committed by GitHub
parent 0ff1da465c
commit 64c668c890
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
apiVersion: v1
kind: Service
metadata:
name: guestbook-ui
name: wordpress-app
spec:
ports:
- nodePort: 30256
@ -9,5 +9,5 @@ spec:
protocol: TCP
targetPort: 80
selector:
app: guestbook-ui
app: wordpress-app
type: LoadBalancer