# Default values for clickhouse. # This is a YAML-formatted file. # Declare variables to be passed into your templates. replicaCount: 1 image: repository: yandex/clickhouse-server pullPolicy: IfNotPresent # Overrides the image tag whose default is the chart appVersion. tag: "20.9" imagePullSecrets: [] nameOverride: "" fullnameOverride: "" serviceAccount: # Specifies whether a service account should be created create: true # Annotations to add to the service account annotations: {} # The name of the service account to use. # If not set and create is true, a name is generated using the fullname template name: "" podAnnotations: {} podSecurityContext: {} # fsGroup: 2000 securityContext: {} # capabilities: # drop: # - ALL # readOnlyRootFilesystem: true # runAsNonRoot: true # runAsUser: 1000 env: {} service: webPort: 9000 dataPort: 8123 resources: requests: cpu: 1 memory: 4Gi limits: cpu: 2 memory: 8Gi nodeSelector: {} tolerations: [] affinity: {} storageSize: 100G