github.com/1aal/kubeblocks@v0.0.0-20231107070852-e1c03e598921/deploy/clickhouse/values.yaml (about)

     1  # Default values for clickhouse.
     2  # This is a YAML-formatted file.
     3  # Declare variables to be passed into your templates.
     4  
     5  
     6  clusterVersionOverride: ""
     7  nameOverride: ""
     8  fullnameOverride: ""
     9  
    10  
    11  ## @param commonLabels Labels to add to all deployed objects
    12  ##
    13  commonLabels: {}
    14  
    15  logConfigs: {}
    16  
    17  
    18  image:
    19    repository: docker.io/bitnami/clickhouse
    20    pullPolicy: IfNotPresent
    21    # Overrides the image tag whose default is the chart appVersion.
    22    tag: 22.9.4-debian-11-r1
    23  
    24  zookeeper:
    25    image:
    26      repository: docker.io/bitnami/zookeeper
    27      pullPolicy: IfNotPresent
    28      # Overrides the image tag whose default is the chart appVersion.
    29      tag: 3.8.0-debian-11-r47   
    30  
    31    logConfigs: {}
    32    roleProbe:
    33      failureThreshold: 2
    34      periodSeconds: 1
    35      successThreshold: 1
    36  
    37    ## @param configuration Configure ZooKeeper with a custom zoo.cfg file
    38    ## e.g:
    39    ## configuration: |-
    40    ##   deploy-working-dir=/bitnami/geode/data
    41    ##   log-level=info
    42    ##   ...
    43    ##
    44    configuration: ""
    45  
    46  clusterDomain: ".cluster.local"