mirror of
https://github.com/OneUptime/oneuptime.git
synced 2026-04-06 00:32:12 +02:00
refactor: Disable redis persistence and add common configuration in values.yaml
This commit is contained in:
10
HelmChart/Docs/Redis.md
Normal file
10
HelmChart/Docs/Redis.md
Normal file
@@ -0,0 +1,10 @@
|
||||
### Redis Ops
|
||||
|
||||
Get Redis Password
|
||||
|
||||
```bash
|
||||
kubectl get secret/oneuptime-redis -o go-template='{{(index .data "redis-password") | base64decode}}'
|
||||
```
|
||||
|
||||
Please ignore % in the end of the password output.
|
||||
|
||||
@@ -78,7 +78,9 @@ redis:
|
||||
enabled: false # We dont need redis persistence, because we dont do anything with it.
|
||||
replica:
|
||||
persistence:
|
||||
enabled: false # We dont need redis persistence, because we dont do anything with it.
|
||||
enabled: false # We dont need redis persistence, because we dont do anything with it.
|
||||
commonConfiguration: |-
|
||||
appendonly no
|
||||
|
||||
|
||||
image:
|
||||
|
||||
Reference in New Issue
Block a user