github.com/argoproj/argo-cd@v1.8.7/test/e2e/testdata/service/service.yaml (about)

     1  apiVersion: v1
     2  kind: Service
     3  metadata:
     4    name: my-service
     5  spec:
     6    selector:
     7      app: MyApp
     8    ports:
     9      - protocol: TCP
    10        port: 80
    11        targetPort: 9376