github.com/replicatedcom/ship@v0.50.0/integration/update/version/expected/.ship/helm/values.yaml (about)

     1  replicaCount: 1
     2  image:
     3    repository: nginx
     4    tag: stable
     5    pullPolicy: IfNotPresent
     6  service:
     7    type: ClusterIP
     8    port: 80
     9  ingress:
    10    enabled: false
    11    annotations: {}
    12    path: /
    13    hosts:
    14    - chart-example.local
    15    tls: []
    16  resources: {}
    17  nodeSelector: {}
    18  tolerations: []
    19  affinity: {}