Create guestbook-ui-service.yaml

This commit is contained in:
LomadaManasa 2024-02-27 15:46:43 +05:30 committed by GitHub
parent d7927a27b4
commit b172508f96
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 10 additions and 0 deletions

View File

@ -0,0 +1,10 @@
apiVersion: v1
kind: Service
metadata:
name: guestbook-ui-service
spec:
ports:
- port: 80
targetPort: 80
selector:
app: guestbook-ui