# postfix for baseaddr
# can be overwritten in component by setting ingress.postaddrOverride
postaddr: ""
- imagePullSecrets:
- - '{{ include "common.names.namespace" . }}-docker-registry-key'
-
- # Workaround to avoid redis restarts with ArgoCD
- redis:
- password: "32ugd3783rhfjdhow"
# *************************************************
oauth2-proxy:
# Addition for oauth2-proxy deployment
imagePullSecrets:
- - name: '{{ include "common.namespace" . }}-docker-registry-key'
-
+ - name: 'onap-docker-registry-key'
securityContext:
capabilities:
drop:
type: redis
redis:
# Name of the Kubernetes secret containing the redis & redis sentinel password values (see also `sessionStorage.redis.passwordKey`)
- existingSecret: "onap-authentication-redis"
- # Redis password value. Applicable for all Redis configurations. Taken from redis subchart secret if not set. `sessionStorage.redis.existingSecret` takes precedence
- password: ""
- # Key of the Kubernetes secret data containing the redis password value
- passwordKey: "redis-password"
+ # existingSecret: "onap-authentication-redis-ha"
# Can be one of standalone|cluster|sentinel
clientType: "sentinel"
- standalone:
- # URL of redis standalone server for redis session storage (e.g. `redis://HOST[:PORT]`). Automatically generated if not set
- connectionUrl: ""
- cluster:
- # List of Redis cluster connection URLs (e.g. `["redis://127.0.0.1:8000", "redis://127.0.0.1:8000"]`)
- connectionUrls: []
sentinel:
- # Name of the Kubernetes secret containing the redis sentinel password value (see also `sessionStorage.redis.sentinel.passwordKey`). Default: `sessionStorage.redis.existingSecret`
- existingSecret: ""
- # Redis sentinel password. Used only for sentinel connection; any redis node passwords need to use `sessionStorage.redis.password`
- password: ""
# Key of the Kubernetes secret data containing the redis sentinel password value
passwordKey: "redis-password"
# Redis sentinel master name
masterName: "mymaster"
# List of Redis sentinel connection URLs (e.g. `["redis://127.0.0.1:8000", "redis://127.0.0.1:8000"]`)
- connectionUrls: "redis://onap-authentication-redis-node-0.onap-authentication-redis-headless.onap:26379,redis://onap-authentication-redis-node-1.onap-authentication-redis-headless.onap:26379,redis://onap-authentication-redis-node-2.onap-authentication-redis-headless.onap:26379"
+ connectionUrls: "redis://onap-authentication-redis-announce-0.onap:26379,redis://onap-authentication-redis-announce-1.onap:26379,redis://onap-authentication-redis-announce-2.onap:26379"
# Enables and configure the automatic deployment of the redis subchart
redis:
# provision an instance of the redis sub-chart
enabled: true
+ redis:
+ password: "32ugd3783rhfjdhow"
master:
containerSecurityContext:
capabilities: