mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2026-08-17 16:34:44 -05:00
Add backendRefs group and kind to httproute.yaml (#10222)
This commit is contained in:
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user