[bitnami/aspnet-core] Fix Ingress extra hosts (#3448)

Signed-off-by: juan131 <juanariza@vmware.com>
This commit is contained in:
Juan Ariza Toledano
2020-08-18 10:32:55 +02:00
committed by GitHub
parent 8d0be4f3cd
commit b1ba2a29f9
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
apiVersion: v1
name: aspnet-core
version: 0.1.3
version: 0.1.4
appVersion: 3.1.7
description: ASP.NET Core is an open-source framework created by Microsoft for building cloud-enabled, modern applications.
keywords:
+1 -1
View File
@@ -34,7 +34,7 @@ spec:
paths:
- path: {{ default "/" .path }}
backend:
serviceName: {{ include "aspnet-core.fullname" . }}
serviceName: {{ include "aspnet-core.fullname" $ }}
servicePort: http
{{- end }}
{{- if or .Values.ingress.tls .Values.ingress.extraTls .Values.ingress.hosts }}