chore(helm): sample override value

This commit is contained in:
Rajesh Rajendran 2021-12-18 21:12:19 +05:30
parent c244d8d219
commit e479532dcc
No known key found for this signature in database
GPG key ID: F9F6FCAB8BACB638

View file

@ -1,4 +1,4 @@
postgresql:
postgresql: &postgres
# For genrating psswords
# `openssl rand -hex 20`
postgresqlPassword: "changeMePassword"
@ -7,18 +7,42 @@ postgresql:
postgresqlUser: "postgres"
postgresqlDatabase: "postgres"
kafka:
kafka: &kafka
kafkaHost: "kafka.db.svc.cluster.local"
kafkaPort: "9092"
kafkaUseSsl: "false"
redis: &redis
redisHost: "redis-master.db.svc.cluster.local"
redisPort: "6379"
minio:
global:
minio:
# For genrating psswords
# `openssl rand -hex 20`
accessKey: "changeMePassword"
secretKey: "changeMePassword"
accessKey: "changeMeMinioAccessKey"
secretKey: "changeMeMinioPasword"
global:
enterprise_edition_license: ""
postgresql: *postgres
kafka: *kafka
redis: *redis
s3:
region: "us-east-1"
endpoint: "http://minio.db.svc.cluster.local:9000"
assetsBucket: "sessions-assets"
recordings_bucket: "mobs"
sourcemaps_bucket: "sourcemaps"
# if you're using one node installation, where
# you're using local s3, make sure these variables
# are same as minio.global.minio.accesskey and secretKey
accessKey: "changeMeMinioAccessKey"
secretKey: "changeMeMinioPassword"
chalice:
env:
jwt_secret: "SetARandomStringHere"
enterpriseEditionLicense: ""
domainName: ""