diff --git a/library/common/templates/class/_ingress.tpl b/library/common/templates/class/_ingress.tpl index 5b344bcb..c6a8fb07 100644 --- a/library/common/templates/class/_ingress.tpl +++ b/library/common/templates/class/_ingress.tpl @@ -29,9 +29,9 @@ within the common library. {{- end -}} {{- $defaultServicePort := get $primaryService.ports (include "tc.v1.common.lib.util.service.ports.primary" (dict "svcValues" $primaryService "svcName" $primarySeriviceName )) -}} - {{- $mddwrNamespace := "default" -}} + {{- $mddwrNamespace := "tc-system" -}} {{- if $values.ingressClassName -}} - {{- $mddwrNamespace = ( printf "ix-%s" $values.ingressClassName ) -}} + {{- $mddwrNamespace = ( printf "tc-system-%s" $values.ingressClassName ) -}} {{- end -}} {{- $fixedMiddlewares := "" -}}