You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{- if or .Values.sessionStorage.redis.sentinel.existingSecret .Values.sessionStorage.redis.existingSecret .Values.sessionStorage.redis.sentinel.password }}
Copy file name to clipboardExpand all lines: helm/oauth2-proxy/values.yaml
+6-2Lines changed: 6 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -371,8 +371,10 @@ sessionStorage:
371
371
# URL of redis standalone server for redis session storage (e.g. `redis://HOST[:PORT]`). Automatically generated if not set
372
372
connectionUrl: ""
373
373
cluster:
374
-
# List of Redis cluster connection URLs (e.g. `["redis://127.0.0.1:8000", "redis://127.0.0.1:8000"]`)
374
+
# List of Redis cluster connection URLs. Array or single string allowed.
375
375
connectionUrls: []
376
+
# - "redis://127.0.0.1:8000"
377
+
# - "redis://127.0.0.1:8001"
376
378
sentinel:
377
379
# Name of the Kubernetes secret containing the redis sentinel password value (see also `sessionStorage.redis.sentinel.passwordKey`). Default: `sessionStorage.redis.existingSecret`
378
380
existingSecret: ""
@@ -382,8 +384,10 @@ sessionStorage:
382
384
passwordKey: "redis-sentinel-password"
383
385
# Redis sentinel master name
384
386
masterName: ""
385
-
# List of Redis sentinel connection URLs (e.g. `["redis://127.0.0.1:8000", "redis://127.0.0.1:8000"]`)
387
+
# List of Redis cluster connection URLs. Array or single string allowed.
386
388
connectionUrls: []
389
+
# - "redis://127.0.0.1:8000"
390
+
# - "redis://127.0.0.1:8001"
387
391
388
392
# Enables and configure the automatic deployment of the redis subchart
0 commit comments