IngressRoute: route /servers to backend
This commit is contained in:
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user