@@ -668,6 +668,13 @@ spec:
668668 PersistenceDatabaseAccount - name of MariaDBAccount which will be used
669669 to connect for the persistence database
670670 type : string
671+ redisHosts :
672+ default : []
673+ description : List of Redis Hosts
674+ items :
675+ type : string
676+ type : array
677+ x-kubernetes-list-type : atomic
671678 resources :
672679 description : |-
673680 Resources - Compute Resources required by this service (Limits/Requests).
@@ -907,6 +914,13 @@ spec:
907914 PersistenceDatabaseAccount - name of MariaDBAccount which will be used
908915 to connect for the persistence database
909916 type : string
917+ redisHosts :
918+ default : []
919+ description : List of Redis Hosts
920+ items :
921+ type : string
922+ type : array
923+ x-kubernetes-list-type : atomic
910924 resources :
911925 description : |-
912926 Resources - Compute Resources required by this service (Limits/Requests).
@@ -1319,6 +1333,13 @@ spec:
13191333 PersistenceDatabaseAccount - name of MariaDBAccount which will be used
13201334 to connect for the persistence database
13211335 type : string
1336+ redisHosts :
1337+ default : []
1338+ description : List of Redis Hosts
1339+ items :
1340+ type : string
1341+ type : array
1342+ x-kubernetes-list-type : atomic
13221343 resources :
13231344 description : |-
13241345 Resources - Compute Resources required by this service (Limits/Requests).
@@ -1473,6 +1494,10 @@ spec:
14731494 RabbitMQ instance name
14741495 Needed to request a transportURL that is created and used in Octavia
14751496 type : string
1497+ redisServiceName :
1498+ default : octavia-redis
1499+ description : Name of the Redis database for Jobboard
1500+ type : string
14761501 resources :
14771502 description : |-
14781503 Resources - Compute Resources required by this service (Limits/Requests).
@@ -1659,6 +1684,12 @@ spec:
16591684 the opentack-operator in the top-level CR (e.g. the ContainerImage)
16601685 format : int64
16611686 type : integer
1687+ redisHosts :
1688+ description : List of Redis Hosts
1689+ items :
1690+ type : string
1691+ type : array
1692+ x-kubernetes-list-type : atomic
16621693 rsyslogreadyCount :
16631694 description : ReadyCount of octavia Rsyslog instances
16641695 format : int32
0 commit comments