diff --git a/durpapi/templates/ingress.yaml b/durpapi/templates/ingress.yaml index 8f47c61..673d479 100644 --- a/durpapi/templates/ingress.yaml +++ b/durpapi/templates/ingress.yaml @@ -6,7 +6,7 @@ spec: entryPoints: - websecure routes: - - match: Host("test.durp.info") && PathPrefix(`/`) + - match: Host("api.durp.info") && PathPrefix(`/api`) kind: Rule middlewares: - name: jwt