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

     1  # Default values for Pulsar.
     2  
     3  clusterVersionOverride: ""
     4  nameOverride: ""
     5  fullnameOverride: ""
     6  
     7  ## @param commonLabels Labels to add to all deployed objects
     8  ##
     9  commonLabels: {}
    10  
    11  commonAnnotations: {}
    12  
    13  ## @param debugEnabled 
    14  #
    15  debugEnabled: false
    16  
    17  ## Default Pulsar image
    18  ##
    19  defaultPulsarImage:
    20    registry: infracreate-registry.cn-zhangjiakou.cr.aliyuncs.com
    21    repository: apecloud/pulsar
    22    pullPolicy: IfNotPresent
    23    # Overrides the image tag whose default is the chart appVersion.
    24    tag:
    25  
    26  ## Images
    27  ##
    28  ## Control what images to use for each component
    29  images:
    30    bookie:
    31      repository: ""
    32      pullPolicy: ""
    33      tag: ""
    34  
    35    zookeeper:
    36      # Zookeeper component is used for metadata, shouldn't need update following tag value for common 
    37      # upgrade scenario
    38      registry: infracreate-registry.cn-zhangjiakou.cr.aliyuncs.com
    39      repository: apecloud/pulsar
    40      pullPolicy: IfNotPresent
    41      tag: 2.11.2
    42  
    43    broker:
    44      repository: ""
    45      pullPolicy: ""
    46      tag: ""
    47  
    48    proxy:
    49      repository: ""
    50      pullPolicy: ""
    51      tag: ""
    52  
    53    pulsarTools:
    54      registry: infracreate-registry.cn-zhangjiakou.cr.aliyuncs.com
    55      repository: apecloud/pulsartools
    56      pullPolicy: ""
    57      tag: "2.11"
    58  
    59    metrics:
    60      registry: infracreate-registry.cn-zhangjiakou.cr.aliyuncs.com
    61      repository: apecloud/agamotto
    62      pullPolicy: IfNotPresent
    63      tag: 0.1.2-beta.2
    64  
    65  metrics:
    66    service:
    67      port: 1234
    68  
    69  
    70  clusterDomain: ".cluster.local"
    71  
    72  # cloud provider: ["aws","gcp","aliyun","tencentCloud", "huaweiCloud", "azure"]
    73  cloudProvider: ""