github.com/replicatedhq/ship@v0.55.0/integration/init/github-no-proxy/expected/installer/basic/values.yaml (about)

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