Merge "[AAI] Add model-loader tracing config"
[oom.git] / kubernetes / platform / components / oauth2-proxy / components / oauth2-proxy / ci / redis-standalone-values.yaml
1 sessionStorage:
2   type: redis
3   redis:
4     clientType: "standalone"
5     password: "foo"
6 redis:
7   # provision an instance of the redis sub-chart
8   enabled: true
9   architecture: standalone
10   global:
11     redis:
12       password: "foo"