Skip to content

Instantly share code, notes, and snippets.

@thapakazi
Created August 21, 2020 16:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save thapakazi/c69cf993939af38e6f8eeb449d7187c0 to your computer and use it in GitHub Desktop.
Save thapakazi/c69cf993939af38e6f8eeb449d7187c0 to your computer and use it in GitHub Desktop.
simplified sentry setup values :D
user:
create: true
email: "admin:P"
password: "superHardSecret"
mail:
backend: "smtp"
useTls: true
username: "username..."
password: "passwd..."
port: 25
host: "emal.host..."
from: "noreply@mycompany.io"
clickhouse:
enabled: true
clickhouse:
replicas: "1"
imageVersion: "19.17"
configmap:
remote_servers:
internal_replication: false
persistentVolumeClaim:
enabled: true
dataPersistentVolume:
enabled: true
accessModes:
- "ReadWriteOnce"
storage: "5Gi"
kafka:
enabled: true
replicaCount: 1
allowPlaintextListener: true
defaultReplicationFactor: 1
offsetsTopicReplicationFactor: 1
transactionStateLogReplicationFactor: 1
transactionStateLogMinIsr: 1
persistence:
size: 5Gi
rabbitmq:
## If disabled, Redis will be used instead as the broker.
enabled: false
redis:
master:
persistence:
enabled: true
size: 5Gi
cluster:
enabled: false
postgresql:
persistence:
size: 20Gi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment