diff --git a/frontend/providers/template/deploy/manifests/ingress.yaml.tmpl b/frontend/providers/template/deploy/manifests/ingress.yaml.tmpl index 077aeb2ec13..84a5981bf79 100644 --- a/frontend/providers/template/deploy/manifests/ingress.yaml.tmpl +++ b/frontend/providers/template/deploy/manifests/ingress.yaml.tmpl @@ -34,5 +34,5 @@ spec: number: 3000 tls: - hosts: - - {{ .cloudDomain }} + - template.{{ .cloudDomain }} secretName: wildcard-cert \ No newline at end of file