123456789101112131415161718192021222324252627282930313233343536373839404142434445 |
- replicaCount: 1
- image:
- repository: gcr.io/heptio-images/ks-guestbook-demo
- tag: 0.1
- pullPolicy: IfNotPresent
- service:
- type: ClusterIP
- port: 80
- ingress:
- enabled: false
- annotations: {}
-
-
- path: /
- hosts:
- - chart-example.local
- tls: []
-
-
-
- resources: {}
-
-
-
-
-
-
-
-
-
-
- nodeSelector: {}
- tolerations: []
- affinity: {}
|