mirror of
https://github.com/bitnami/charts.git
synced 2026-03-01 06:58:20 +08:00
[bitnami/pinniped] Fix ingerss supervisor (#11850)
* [bitnami/pinniped] Fix ingerss supervisor Signed-off-by: Rafael Rios Saavedra <rrios@vmware.com> * Update Chart version Signed-off-by: Rafael Rios Saavedra <rrios@vmware.com> Signed-off-by: Rafael Rios Saavedra <rrios@vmware.com> Signed-off-by: Rafael Ríos Saavedra <rrios@vmware.com>
This commit is contained in:
committed by
GitHub
parent
ecdc3ba7b8
commit
ddba459294
@@ -22,4 +22,4 @@ name: pinniped
|
||||
sources:
|
||||
- https://github.com/bitnami/containers/tree/main/bitnami/pinniped
|
||||
- https://github.com/vmware-tanzu/pinniped/
|
||||
version: 0.3.0
|
||||
version: 0.3.1
|
||||
@@ -31,7 +31,7 @@ spec:
|
||||
{{- if eq "true" (include "common.ingress.supportsPathType" .) }}
|
||||
pathType: {{ .Values.supervisor.ingress.pathType }}
|
||||
{{- end }}
|
||||
backend: {{- include "common.ingress.backend" (dict "serviceName" (include "common.names.fullname" .) "servicePort" "https" "context" $) | nindent 14 }}
|
||||
backend: {{- include "common.ingress.backend" (dict "serviceName" (include "pinniped.supervisor.fullname" .) "servicePort" "https" "context" $) | nindent 14 }}
|
||||
{{- end }}
|
||||
{{- range .Values.supervisor.ingress.extraHosts }}
|
||||
- host: {{ .name | quote }}
|
||||
@@ -41,7 +41,7 @@ spec:
|
||||
{{- if eq "true" (include "common.ingress.supportsPathType" $) }}
|
||||
pathType: {{ default "ImplementationSpecific" .pathType }}
|
||||
{{- end }}
|
||||
backend: {{- include "common.ingress.backend" (dict "serviceName" (include "common.names.fullname" $) "servicePort" "https" "context" $) | nindent 14 }}
|
||||
backend: {{- include "common.ingress.backend" (dict "serviceName" (include "pinniped.supervisor.fullname" $) "servicePort" "https" "context" $) | nindent 14 }}
|
||||
{{- end }}
|
||||
{{- if .Values.supervisor.ingress.extraRules }}
|
||||
{{- include "common.tplvalues.render" (dict "value" .Values.supervisor.ingress.extraRules "context" $) | nindent 4 }}
|
||||
|
||||
Reference in New Issue
Block a user