From 22d51ecdd0096700a69cdc9f1b0cd74226b7a843 Mon Sep 17 00:00:00 2001 From: cleverhu Date: Wed, 26 Oct 2022 15:41:49 +0800 Subject: [PATCH] fix ingress ingest (#13120) Signed-off-by: cleverhu Signed-off-by: cleverhu --- bitnami/grafana-loki/Chart.yaml | 2 +- bitnami/grafana-loki/templates/gateway/ingress.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bitnami/grafana-loki/Chart.yaml b/bitnami/grafana-loki/Chart.yaml index e221e47867..641616de3b 100644 --- a/bitnami/grafana-loki/Chart.yaml +++ b/bitnami/grafana-loki/Chart.yaml @@ -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 diff --git a/bitnami/grafana-loki/templates/gateway/ingress.yaml b/bitnami/grafana-loki/templates/gateway/ingress.yaml index 8d787791a5..786a70a0ea 100755 --- a/bitnami/grafana-loki/templates/gateway/ingress.yaml +++ b/bitnami/grafana-loki/templates/gateway/ingress.yaml @@ -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: