mirror of
https://github.com/wahyd4/charts.git
synced 2026-08-22 19:48:25 +10:00
[bitnami/aspnet-core] Fix Ingress extra hosts (#3448)
Signed-off-by: juan131 <juanariza@vmware.com>
This commit is contained in:
@@ -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:
|
||||
|
||||
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user