...

Text file src/sigs.k8s.io/kustomize/api/krusty/testdata/localize/simple/service.yaml

Documentation: sigs.k8s.io/kustomize/api/krusty/testdata/localize/simple

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

View as plain text