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

13 lines
178 B
YAML
Raw Permalink 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:51:48 +00:00
nodePort: 31337
2024-09-19 17:33:33 +00:00
selector:
app: guestbook-ui