IngressRoute: route /servers to backend
This commit is contained in:
@@ -19,7 +19,7 @@ spec:
|
||||
- {{ .Values.ingress.entryPoint }}
|
||||
routes:
|
||||
{{- 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
|
||||
priority: 200
|
||||
services:
|
||||
|
||||
Reference in New Issue
Block a user