github.com/rohankumardubey/draft-classic@v0.16.0/packs/erlang/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    pullPolicy: IfNotPresent
     7  service:
     8    type: ClusterIP
     9    port: 8080
    10  
    11  ingress:
    12    enabled: false
    13    annotations: {}
    14      # kubernetes.io/ingress.class: nginx
    15      # kubernetes.io/tls-acme: "true"
    16    path: /
    17    hosts:
    18      - chart-example.local
    19    tls: []
    20    #  - secretName: chart-example-tls
    21    #    hosts:
    22    #      - chart-example.local
    23  
    24  resources: {}
    25    # We usually recommend not to specify default resources and to leave this as a conscious
    26    # choice for the user. This also increases chances charts run on environments with little
    27    # resources, such as Minikube. If you do want to specify resources, uncomment the following
    28    # lines, adjust them as necessary, and remove the curly braces after 'resources:'.
    29    # limits:
    30    #  cpu: 100m
    31    #  memory: 128Mi
    32    # requests:
    33    #  cpu: 100m
    34    #  memory: 128Mi
    35  
    36  nodeSelector: {}
    37  
    38  tolerations: []
    39  
    40  affinity: {}