We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3824d59 commit e27c636Copy full SHA for e27c636
deployment-configuration/helm/templates/ingress.yaml
@@ -91,11 +91,13 @@ spec:
91
rules:
92
{{- range $app := .Values.apps }}
93
{{- if (and $mainapp (and $app.harness.name (eq $app.harness.name $mainapp))) }}
94
+ {{- if ne $app.harness.subdomain "www" }}
95
- host: {{ $domain | quote }}
96
{{ include "deploy_utils.ingress.http" (dict "root" $ "app" $app "subdomain" $app.harness.subdomain) }}
97
{{- range $service := $app.harness.use_services }}
98
{{ include "deploy_utils.ingress.service" (dict "root" $ "service_name" $service.name) }}
99
{{- end }}
100
+ {{- end }}
101
102
{{- if $app.harness.domain }}
103
- host: {{ $app.harness.domain | quote }}
0 commit comments