...

Text file src/github.com/instrumenta/kubeval/fixtures/int_or_string.yaml

Documentation: github.com/instrumenta/kubeval/fixtures

     1apiVersion: v1
     2kind: Service
     3metadata:
     4  labels:
     5    task: monitoring
     6    # For use as a Cluster add-on (https://github.com/kubernetes/kubernetes/tree/master/cluster/addons)
     7    # If you are NOT using this as an addon, you should comment out this line.
     8    kubernetes.io/cluster-service: 'true'
     9    kubernetes.io/name: Heapster
    10  name: heapster
    11  namespace: kube-system
    12spec:
    13  ports:
    14  - port: 80
    15    targetPort: 8082
    16  selector:
    17    k8s-app: heapster

View as plain text