github.com/swisspost/terratest@v0.0.0-20230214120104-7ec6de2e1ae0/examples/kubernetes-kustomize-example/service.yaml (about)

     1  ---
     2  kind: Service
     3  apiVersion: v1
     4  metadata:
     5    name: nginx-service
     6  spec:
     7    selector:
     8      app: nginx
     9    ports:
    10      - protocol: TCP
    11        targetPort: 80
    12        port: 1080
    13    type: NodePort