github.com/verrazzano/verrazzano@v1.7.0/platform-operator/thirdparty/charts/oam-kubernetes-runtime/values.yaml.tmpl (about)

     1  # Default values for oam-kubernetes-runtime.
     2  # This is a YAML-formatted file.
     3  # Declare variables to be passed into your templates.
     4  
     5  replicaCount: 1
     6  useWebhook: false
     7  image:
     8    repository: crossplane/oam-kubernetes-runtime
     9    tag: %%VERSION%%
    10    pullPolicy: Always
    11  
    12  imagePullSecrets: []
    13  nameOverride: ""
    14  fullnameOverride: ""
    15  ingress:
    16    enabled: false
    17  
    18  serviceAccount:
    19    # Specifies whether a service account should be created
    20    create: true
    21    # The name of the service account to use.
    22    # If not set and create is true, a name is generated using the fullname template
    23    name:
    24  
    25  podSecurityContext: {}
    26    # fsGroup: 2000
    27  
    28  securityContext: {}
    29    # capabilities:
    30    #   drop:
    31    #   - ALL
    32    # readOnlyRootFilesystem: true
    33    # runAsNonRoot: true
    34    # runAsUser: 1000
    35  
    36  webhookService:
    37    type: ClusterIP
    38    port: 9443
    39  
    40  resources:
    41    limits:
    42      cpu: 300m
    43      memory: 150Mi
    44    requests:
    45      cpu: 100m
    46      memory: 20Mi
    47  
    48  nodeSelector: {}
    49  
    50  tolerations: []
    51  
    52  affinity: {}
    53  
    54  # certificate related to the webhook
    55  certificate:
    56    certificateName: serving-cert
    57    secretName: webhook-server-cert
    58    mountPath: /etc/k8s-webhook-certs
    59    caBundle: replace-me