github.com/verrazzano/verrazzano@v1.7.0/pkg/k8sutil/testdata/objects/service.yaml (about)

     1  # Copyright (c) 2021, 2022, Oracle and/or its affiliates.
     2  # Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl.
     3  
     4  apiVersion: v1
     5  kind: Service
     6  metadata:
     7    name: my-service
     8    namespace: default
     9  spec:
    10    selector:
    11      app: MyApp
    12    ports:
    13      - protocol: TCP
    14        port: 80
    15        targetPort: 9376