openreplay/ee/scripts/helm/helm/databases/charts/clickhouse/values.yaml
Rajesh Rajendran eabc508e8b
Helm chart for openreplay installation. (#270)
* single db chart
* chore(values): update subchart information
* chore(helm): global override file
* chore(helm): app chart
* chore(helm): database-migrate script
* chore(helm): pass fromVersion as command
* chore(dbMigrate): modularize the job
* chore(helm): upgrade hook
* chore(helm): upgrade script
* chore(helm): db init scripts
* fix(uprade): version check
* chore(helm): Adding ee charts
* fix(helm): clickhouse upgrade script
* chore(helm): add enterprise copy support
* chore(helm): enterprise migration
* fix(helm): clickhouse port
* fix(helm): inject env vars
* chore(clickhouse): ignore db errors
* chore(helm): kafka db upgrade
* fix(migration): kafka migration
* chore(helm): helm chart to install openreplay
* chore(helm): sample override value
* chore(helm): cloning main branch
* chore(helm): separate chart.yaml for all helm charts.
* chore(helm): update version
* fix(helm): templates
* fix(helm): image name
* chore(helm): pinning http port for http service
* docs(helm): example for overriding values.
* chore(dock): update the comments
* removing duplicate helm chart
* docs(values): comment for nginx redirect
* chore(helm): Adding nginx-ingress commit
* chore(helm): Adding default nginx ssl
* chore(helm): change nginx image to openresty
  Ref: https://serverfault.com/questions/638822/nginx-resolver-address-from-etc-resolv-conf
* chore(helm): consistent service name
* chore(helm): change nginx healthcheck url
* chore(helm): init minio
* chore(helm): fix password for minio
* chore(helm): minio init change workdir to /tmp
* chore(helm): ignore error on repeated bucket create
* chore(helm): fix enterprise check
* fix(helm): storage s3 region
* chore(helm): default false for cache_assets
* chore(helm): set nginx app version
* chore(helm): inject ee image
* chore(helm): renaming values.yaml to override.yaml
* chore(readme): update readme
* chore(helm): renaming vars.yaml
* chore(helm): git migrate current version of the app
* chore(helm): managing dependencies
* fix(helm): clone proper openreplay code
* chore(helm): update variable name
* chore(install): Adding web install script
* chore(install): ignoring apt error messages.
* chore(install): change only pre-populated passwords
* chore(install): better error messages
2022-01-14 14:06:16 +00:00

62 lines
1.4 KiB
YAML

# 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: {}
# We usually recommend not to specify default resources and to leave this as a conscious
# choice for the user. This also increases chances charts run on environments with little
# resources, such as Minikube. If you do want to specify resources, uncomment the following
# lines, adjust them as necessary, and remove the curly braces after 'resources:'.
# limits:
# cpu: 100m
# memory: 128Mi
# requests:
# cpu: 100m
# memory: 128Mi
nodeSelector: {}
tolerations: []
affinity: {}
storageSize: 8G