Skip to content

Commit

Permalink
docs: add nodeSelector and toleration definition example for external…
Browse files Browse the repository at this point in the history
… sentry components (#1599)
  • Loading branch information
D13410N3 authored Nov 23, 2024
1 parent 9e95d7b commit 423b97f
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions charts/sentry/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1811,6 +1811,8 @@ nginx:
existingServerBlockConfigmap: '{{ template "sentry.fullname" . }}'
resources: {}
replicaCount: 1
nodeSelector: {}
# tolerations: []
service:
type: ClusterIP
ports:
Expand Down Expand Up @@ -1938,6 +1940,8 @@ config:

clickhouse:
enabled: true
nodeSelector: {}
# tolerations: []
clickhouse:
replicas: "1"
configmap:
Expand Down Expand Up @@ -2006,6 +2010,8 @@ zookeeper:
enabled: true
nameOverride: zookeeper-clickhouse
replicaCount: 1
nodeSelector: {}
# tolerations: []
## When increasing the number of exceptions, you need to increase persistence.size
# persistence:
# size: 8Gi
Expand Down Expand Up @@ -2143,6 +2149,8 @@ kafka:
enabled: true
controller:
replicaCount: 3
nodeSelector: {}
# tolerations: []
## if the load on the kafka controller increases, resourcesPreset must be increased
# resourcesPreset: small # small, medium, large, xlarge, 2xlarge
## if the load on the kafka controller increases, persistence.size must be increased
Expand Down Expand Up @@ -2214,6 +2222,8 @@ redis:
enabled: true
replica:
replicaCount: 1
nodeSelector: {}
# tolerations: []
auth:
enabled: false
sentinel: false
Expand All @@ -2226,6 +2236,8 @@ redis:
master:
persistence:
enabled: true
nodeSelector: {}
# tolerations: []
## Use this to enable an extra service account
# serviceAccount:
# create: false
Expand Down Expand Up @@ -2269,6 +2281,8 @@ postgresql:
# primary:
# extendedConfiguration: |
# max_connections=100
# nodeSelector: {}
# tolerations: []
## When increasing the number of exceptions, you need to increase persistence.size
# primary:
# persistence:
Expand Down Expand Up @@ -2382,6 +2396,8 @@ memcached:
- "-m $(MEMCACHED_MEMORY_LIMIT)"
- "-I $(MEMCACHED_MAX_ITEM_SIZE)"
extraEnvVarsCM: "sentry-memcached"
nodeSelector: {}
# tolerations: []

## Prometheus Exporter / Metrics
##
Expand Down

0 comments on commit 423b97f

Please sign in to comment.