mirror of
https://github.com/argoproj/argocd-example-apps.git
synced 2025-02-16 23:51:18 +01:00
11 lines
150 B
YAML
11 lines
150 B
YAML
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: guestbook-ui
|
|
spec:
|
|
ports:
|
|
- port: 80
|
|
targetPort: 80
|
|
selector:
|
|
app: guestbook-ui
|