github.com/jchauncey/draft@v0.3.0/pkg/draft/pack/testdata/pack-python-no-detect/chart/values.yaml (about)

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