mirror of
https://github.com/bitnami/charts.git
synced 2026-02-25 15:57:33 +08:00
fix ingress ingest (#13120)
Signed-off-by: cleverhu <shouping.hu@daocloud.io> Signed-off-by: cleverhu <shouping.hu@daocloud.io>
This commit is contained in:
@@ -44,4 +44,4 @@ name: grafana-loki
|
||||
sources:
|
||||
- https://github.com/bitnami/containers/tree/main/bitnami/grafana-loki
|
||||
- https://github.com/grafana/loki/
|
||||
version: 2.4.6
|
||||
version: 2.4.7
|
||||
|
||||
@@ -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" "http" "context" $) | nindent 14 }}
|
||||
backend: {{- include "common.ingress.backend" (dict "serviceName" (include "grafana-loki.gateway.fullname" $) "servicePort" "http" "context" $) | nindent 14 }}
|
||||
{{- end }}
|
||||
{{- if or (and .Values.gateway.ingress.tls (or (include "common.ingress.certManagerRequest" ( dict "annotations" .Values.gateway.ingress.annotations )) .Values.gateway.ingress.selfSigned)) .Values.gateway.ingress.extraTls }}
|
||||
tls:
|
||||
|
||||
Reference in New Issue
Block a user