charts/oauth2-proxy/ci/redis-standalone-values.yaml

13 lines
230 B
YAML

sessionStorage:
type: redis
redis:
clientType: "standalone"
password: "foo"
redis:
# provision an instance of the redis sub-chart
enabled: true
architecture: standalone
global:
redis:
password: "foo"