...

Text file src/sigs.k8s.io/kustomize/kyaml/runfn/test/testdata/java/java-service.resource.yaml

Documentation: sigs.k8s.io/kustomize/kyaml/runfn/test/testdata/java

     1# Copyright 2019 The Kubernetes Authors.
     2# SPDX-License-Identifier: Apache-2.0
     3apiVersion: v1
     4kind: Service
     5metadata:
     6  name: app
     7  labels:
     8    app: java
     9spec:
    10  selector:
    11    app: java
    12  ports:
    13  - name: "8080"
    14    port: 8080
    15    targetPort: 8080

View as plain text