feat(argo-cd): Add ability to use an external redis instance (#1150)
Signed-off-by: Marco Kilchhofer <mkilchhofer@users.noreply.github.com>
This commit is contained in:
parent
f47bab3acc
commit
58926e3d79
11 changed files with 88 additions and 10 deletions
|
|
@ -777,6 +777,18 @@ redis-ha:
|
|||
# -- Redis tag
|
||||
tag: 6.2.6-alpine
|
||||
|
||||
# External Redis parameters
|
||||
externalRedis:
|
||||
# -- External Redis server host
|
||||
host: ""
|
||||
# -- External Redis password
|
||||
password: ""
|
||||
# -- External Redis server port
|
||||
port: 6379
|
||||
# -- The name of an existing secret with Redis credentials (must contain key `redis-password`).
|
||||
# When it's set, the `externalRedis.password` parameter is ignored
|
||||
existingSecret: ""
|
||||
|
||||
## Server
|
||||
server:
|
||||
# -- Argo CD server name
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue