From 9cd0e35f4728b133ce20fbbadb12e67853a7a9f6 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 (#10222) --- 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 422dc651f..19b2e702d 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 }}