github.com/zsuzhengdu/helm@v3.0.0-beta.3+incompatible/cmd/helm/testdata/testcharts/chart-with-lib-dep/values.yaml (about)

     1  # Default values for chart-with-lib-dep.
     2  # This is a YAML-formatted file.
     3  # Declare variables to be passed into your templates.
     4  
     5  replicaCount: 1
     6  
     7  image:
     8    repository: nginx
     9    tag: stable
    10    pullPolicy: IfNotPresent
    11  
    12  nameOverride: ""
    13  fullnameOverride: ""
    14  
    15  service:
    16    type: ClusterIP
    17    port: 80
    18  
    19  ingress:
    20    enabled: false
    21    annotations: {}
    22      # kubernetes.io/ingress.class: nginx
    23      # kubernetes.io/tls-acme: "true"
    24    path: /
    25    hosts:
    26      - chart-example.local
    27    tls: []
    28    #  - secretName: chart-example-tls
    29    #    hosts:
    30    #      - chart-example.local
    31  
    32  resources: {}
    33    # We usually recommend not to specify default resources and to leave this as a conscious
    34    # choice for the user. This also increases chances charts run on environments with little
    35    # resources, such as Minikube. If you do want to specify resources, uncomment the following
    36    # lines, adjust them as necessary, and remove the curly braces after 'resources:'.
    37    # limits:
    38    #  cpu: 100m
    39    #  memory: 128Mi
    40    # requests:
    41    #  cpu: 100m
    42    #  memory: 128Mi
    43  
    44  nodeSelector: {}
    45  
    46  tolerations: []
    47  
    48  affinity: {}