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

     1  # Default values for qdrant cluster.
     2  # This is a YAML-formatted file.
     3  # Declare variables to be passed into your templates.
     4  
     5  fullnameOverride:
     6  
     7  ## @param version Qdrant cluster version
     8  ##
     9  version: qdrant-1.5.0
    10  
    11  ## @param replicas specify cluster replicas
    12  ##
    13  replicas: 1
    14  
    15  ## @param cpu
    16  ##
    17  cpu: 0.5
    18  
    19  ## @param memory, the unit is Gi
    20  ##
    21  memory: 2
    22  
    23  ## @param requests.cpu if not set, use cpu
    24  ## @param requests.memory, if not set, use memory
    25  ##
    26  requests:
    27  #  cpu:
    28  #  memory:
    29  
    30  ## @param storage size, the unit is Gi
    31  ##
    32  storage: 20
    33  
    34  ## @param proxyEnabled if true, enable the proxy
    35  ## if mode is standalone, proxyEnabled is always false
    36  ## if mode is raftGroup, proxyEnabled can be true or false
    37  ##
    38  proxyEnabled: false
    39  
    40  ## customized default values to override kblib chart's values
    41  extra:
    42    podAntiAffinity: Required
    43    terminationPolicy: Delete
    44  
    45  
    46  serviceAccount:
    47    name: