argocd-test/guestbook/guestbook-ui-svc.yaml

13 lines
177 B
YAML
Raw Normal View History

2024-09-19 17:33:33 +00:00
apiVersion: v1
kind: Service
metadata:
name: guestbook-ui
spec:
2024-09-19 17:48:37 +00:00
type: NodePort
2024-09-19 17:33:33 +00:00
ports:
- port: 80
targetPort: 80
2024-09-19 17:48:37 +00:00
nodePort: 1337
2024-09-19 17:33:33 +00:00
selector:
app: guestbook-ui