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
@@ -374,8 +374,10 @@ sessionStorage:
374
374
# URL of redis standalone server for redis session storage (e.g. `redis://HOST[:PORT]`). Automatically generated if not set
375
375
connectionUrl: ""
376
376
cluster:
377
-
# List of Redis cluster connection URLs (e.g. `["redis://127.0.0.1:8000", "redis://127.0.0.1:8000"]`)
377
+
# List of Redis cluster connection URLs. Array or single string allowed.
378
378
connectionUrls: []
379
+
# - "redis://127.0.0.1:8000"
380
+
# - "redis://127.0.0.1:8001"
379
381
sentinel:
380
382
# Name of the Kubernetes secret containing the redis sentinel password value (see also `sessionStorage.redis.sentinel.passwordKey`). Default: `sessionStorage.redis.existingSecret`
381
383
existingSecret: ""
@@ -385,8 +387,10 @@ sessionStorage:
385
387
passwordKey: "redis-sentinel-password"
386
388
# Redis sentinel master name
387
389
masterName: ""
388
-
# List of Redis sentinel connection URLs (e.g. `["redis://127.0.0.1:8000", "redis://127.0.0.1:8000"]`)
390
+
# List of Redis cluster connection URLs. Array or single string allowed.
389
391
connectionUrls: []
392
+
# - "redis://127.0.0.1:8000"
393
+
# - "redis://127.0.0.1:8001"
390
394
391
395
# Enables and configure the automatic deployment of the redis subchart
0 commit comments