github.com/x-helm/helm@v3.0.0-beta.3+incompatible/pkg/chartutil/testdata/subpop/charts/subchart2/values.yaml (about)

     1  # Default values for subchart.
     2  # This is a YAML-formatted file.
     3  # Declare variables to be passed into your templates.
     4  replicaCount: 1
     5  image:
     6    repository: nginx
     7    tag: stable
     8    pullPolicy: IfNotPresent
     9  service:
    10    name: nginx
    11    type: ClusterIP
    12    externalPort: 80
    13    internalPort: 80
    14  resources:
    15    limits:
    16      cpu: 100m
    17      memory: 128Mi
    18    requests:
    19      cpu: 100m
    20      memory: 128Mi
    21