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 }}