aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes/authentication/components/oauth2-proxy/ci/redis-standalone-values.yaml
blob: e58c32cf0c01810900649c3f956e14b2ff5e8f96 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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"
initContainers:
  waitForRedis:
    enabled: true