IngressRoute: route /servers to backend

This commit is contained in:
git_admin
2026-04-26 18:40:42 +03:00
parent a65e451a64
commit 64fb105213

View File

@@ -19,7 +19,7 @@ spec:
- {{ .Values.ingress.entryPoint }} - {{ .Values.ingress.entryPoint }}
routes: routes:
{{- if .Values.backend.enabled }} {{- if .Values.backend.enabled }}
- match: Host(`{{ .Values.ingress.domain }}`) && (PathPrefix(`/healthz`) || PathPrefix(`/instances`) || PathPrefix(`/api`)) - match: Host(`{{ .Values.ingress.domain }}`) && (PathPrefix(`/healthz`) || PathPrefix(`/instances`) || PathPrefix(`/servers`) || PathPrefix(`/api`))
kind: Rule kind: Rule
priority: 200 priority: 200
services: services: