You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added octavia.spec.redisServiceName (default: octavia-redis) to change
the name of the Octavia Redis DB:
If the Redis object is not found, jobboard is disabled
octavia:
spec:
redisServiceName: octavia-redis
It requires an existing redis database, it can be set up in the
OpenStackControlPlane with:
spec:
redis:
enabled: true
templates:
octavia-redis:
replicas: 1
tls: {}
JIRA: OSPRH-10144
0 commit comments