From 2f1b04c2aea4becae948b6170b0a5f46feb487da Mon Sep 17 00:00:00 2001 From: Flipper Date: Sun, 2 Aug 2026 19:50:04 +0200 Subject: [PATCH] Add backendRefs group and kind to httproute.yaml --- pkg/helm/templates/httproute.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pkg/helm/templates/httproute.yaml b/pkg/helm/templates/httproute.yaml index 422dc651f8b..e48dc733b1e 100644 --- a/pkg/helm/templates/httproute.yaml +++ b/pkg/helm/templates/httproute.yaml @@ -30,7 +30,10 @@ spec: type: PathPrefix value: / backendRefs: - - name: {{ template "pgadmin4.fullname" . }} + - group: '' + kind: Service + name: {{ template "pgadmin4.fullname" . }} port: {{ .Values.service.port }} + weight: 1 {{- end }} {{- end }}