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