File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -170,6 +170,13 @@ builder:
170170 # If service.type is not set to NodePort, the following statement will be ignored.
171171 nodePort : " "
172172
173+ # Drycc single sign on system
174+ passport :
175+ # Set passport deployment replicas
176+ replicas : 1
177+ # Configuring this will no longer use the built-in database component
178+ database_url : " "
179+
173180controller :
174181 app_image_pull_policy : " IfNotPresent"
175182 # Possible values are:
@@ -183,14 +190,14 @@ controller:
183190 replicas : 1
184191 # Set celery replicas
185192 celery_replicas : 1
193+ # Configuring this will no longer use the built-in database component
194+ database_url : " "
186195
187196database :
188197 # The username and password to be used by the on-cluster database.
189198 # If left empty they will be generated using randAlphaNum
190199 username : " "
191200 password : " "
192- # Configure the following ONLY if using an off-cluster PostgreSQL database
193- url : " postgres://USER:PASSWORD@HOST:PORT/NAME"
194201
195202nsqd :
196203 replicas : 1
You can’t perform that action at this time.
0 commit comments