@@ -196,7 +196,7 @@ k8s_yaml(helm('./helm/bundles/cortex-crds', name='cortex-crds', set=crd_extra_va
196196if 'nova' in ACTIVE_DEPLOYMENTS :
197197 print ("Activating Cortex Nova bundle" )
198198 k8s_yaml (helm ('./helm/bundles/cortex-nova' , name = 'cortex-nova' , values = tilt_values , set = env_set_overrides ))
199- k8s_resource ('cortex-nova-postgresql-v18' , labels = ['Cortex-Nova' ], port_forwards = [
199+ k8s_resource ('cortex-nova-postgresql-v18-g0 ' , labels = ['Cortex-Nova' ], port_forwards = [
200200 port_forward (8000 , 5432 ),
201201 ])
202202 k8s_resource ('cortex-nova-scheduling-controller-manager' , labels = ['Cortex-Nova' ], port_forwards = [
@@ -221,7 +221,7 @@ if 'nova' in ACTIVE_DEPLOYMENTS:
221221if 'manila' in ACTIVE_DEPLOYMENTS :
222222 print ("Activating Cortex Manila bundle" )
223223 k8s_yaml (helm ('./helm/bundles/cortex-manila' , name = 'cortex-manila' , values = tilt_values , set = env_set_overrides ))
224- k8s_resource ('cortex-manila-postgresql-v18' , labels = ['Cortex-Manila' ], port_forwards = [
224+ k8s_resource ('cortex-manila-postgresql-v18-g0 ' , labels = ['Cortex-Manila' ], port_forwards = [
225225 port_forward (8002 , 5432 ),
226226 ])
227227 k8s_resource ('cortex-manila-scheduling-controller-manager' , labels = ['Cortex-Manila' ], port_forwards = [
@@ -238,7 +238,7 @@ if 'manila' in ACTIVE_DEPLOYMENTS:
238238
239239if 'cinder' in ACTIVE_DEPLOYMENTS :
240240 k8s_yaml (helm ('./helm/bundles/cortex-cinder' , name = 'cortex-cinder' , values = tilt_values , set = env_set_overrides ))
241- k8s_resource ('cortex-cinder-postgresql-v18' , labels = ['Cortex-Cinder' ], port_forwards = [
241+ k8s_resource ('cortex-cinder-postgresql-v18-g0 ' , labels = ['Cortex-Cinder' ], port_forwards = [
242242 port_forward (8004 , 5432 ),
243243 ])
244244 k8s_resource ('cortex-cinder-scheduling-controller-manager' , labels = ['Cortex-Cinder' ], port_forwards = [
0 commit comments