aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes/platform/components/oauth2-proxy/components/oauth2-proxy/ci/redis-standalone-values.yaml
blob: e3418c39faf807e0d361be092e55dd031f1696db (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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"