argo-cd/test/e2e/testdata/service/service.yaml

11 lines
157 B
YAML
Raw Normal View History

apiVersion: v1
kind: Service
metadata:
name: my-service
spec:
selector:
app: MyApp
ports:
- protocol: TCP
port: 80
targetPort: 9376