mirror of
https://github.com/argoproj/argocd-example-apps.git
synced 2024-10-31 07:29:34 +01:00
11 lines
141 B
YAML
11 lines
141 B
YAML
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: guestbook-ui
|
|
spec:
|
|
ports:
|
|
- port: 80
|
|
targetPort: 80
|
|
selector:
|
|
app: guestbook-ui
|