Fixed typos
This commit is contained in:
parent
89344d8200
commit
55f61722c9
1 changed files with 12 additions and 16 deletions
|
|
@ -43,19 +43,17 @@ kafka: &kafka
|
|||
extraEnvVars:
|
||||
- name: KAFKA_CFG_REPLICA_FETCH_MAX_BYTES
|
||||
value: "3145728"
|
||||
# This value already exist in the kafka values.yaml file, so overriding in top
|
||||
# This value already exists in the kafka values.yaml file, so overriding in top
|
||||
# - name: KAFKA_CFG_MESSAGE_MAX_BYTES
|
||||
# value: "3000000"
|
||||
|
||||
|
||||
redis: &redis
|
||||
# enabled: false
|
||||
redisHost: "redis-master.db.svc.cluster.local"
|
||||
redisPort: "6379"
|
||||
|
||||
minio:
|
||||
# If you have extrenal s3 storage, like AWS, or GCP
|
||||
# Disable it.
|
||||
# Disable this if you use an external object storage service (s3)
|
||||
enabled: true
|
||||
global:
|
||||
minio:
|
||||
|
|
@ -94,7 +92,6 @@ ingress-nginx: &ingress-nginx
|
|||
force-ssl-redirect: false
|
||||
proxy-body-size: 10m
|
||||
|
||||
|
||||
# Application specific variables
|
||||
global:
|
||||
ingress: *ingress-nginx
|
||||
|
|
@ -117,9 +114,8 @@ global:
|
|||
vaultBucket: "vault-data"
|
||||
# This is only for enterpriseEdition
|
||||
quickwitBucket: "quickwit"
|
||||
# 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
|
||||
# If you're using minio, make sure these variables
|
||||
# are the same as minio.global.minio.accesskey and secretKey
|
||||
accessKey: "changeMeMinioAccessKey"
|
||||
secretKey: "changeMeMinioPassword"
|
||||
email:
|
||||
|
|
@ -136,21 +132,21 @@ global:
|
|||
enterpriseEditionLicense: ""
|
||||
domainName: ""
|
||||
|
||||
# If there is multiple nodes in the kubernetes cluster,
|
||||
# we'll have to create a NFS share PVC for both the containers to share data.
|
||||
# If it's the single node, we'll use hostVolume, which is default for community installation.
|
||||
# Note: Both PVC name should be same.
|
||||
# In case of multiple nodes in the kubernetes cluster,
|
||||
# we'll have to create an RWX PVC for shared components.
|
||||
# If it's a single node, we'll use hostVolume, which is the default for the community/oss edition.
|
||||
# Note: PVC names should be the same for sink, storage and chalice.
|
||||
# sink:
|
||||
# pvc:
|
||||
# name: mysharedpersistence
|
||||
# storage:
|
||||
# pvc:
|
||||
# name: mysharedpersistence
|
||||
# chalice:
|
||||
# pvc:
|
||||
# name: mysharedpersistence
|
||||
|
||||
chalice:
|
||||
# Note: PVC name should be the same as above for sink and storage.
|
||||
# pvc:
|
||||
# name: mysharedpersistence
|
||||
env:
|
||||
jwt_secret: "SetARandomStringHere"
|
||||
# captcha_server: ''
|
||||
|
|
@ -163,7 +159,7 @@ chalice:
|
|||
# idp_name: ''
|
||||
# idp_tenantKey: ''
|
||||
|
||||
# If you want to override something
|
||||
# Below is an example on how to override values
|
||||
# chartname:
|
||||
# filedFrom chart/Values.yaml:
|
||||
# key: value
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue