We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cbf8778 commit 67d6348Copy full SHA for 67d6348
helm/defectdojo/values.yaml
@@ -464,6 +464,17 @@ redis:
464
# service:
465
# ports:
466
# redis: xxxx
467
+ # Sentinel configuration parameters
468
+ sentinel:
469
+ enabled: false
470
+ # If TLS is enabled, the Redis broker will use the redis:// and optionally mount the certificates
471
+ # from an existing secret.
472
+ tls:
473
474
+ # existingSecret: redis-tls
475
+ # certFilename: tls.crt
476
+ # certKeyFilename: tls.key
477
+ # certCAFilename: ca.crt
478
479
# To add extra variables not predefined by helm config it is possible to define in extraConfigs block, e.g. below:
480
# NOTE Do not store any kind of sensitive information inside of it
0 commit comments