Example Apps to Demonstrate Argo CD
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

13 lines
196 B

apiVersion: v1
kind: Service
metadata:
name: guestbook-ui
spec:
ports:
- nodePort: 31001
port: 80
protocol: TCP
targetPort: 80
selector:
app: guestbook-ui
type: NodePort