github.com/rohankumardubey/draft-classic@v0.16.0/pkg/draft/pack/testdata/pack-python/charts/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    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