diff --git a/argocd/deployment/ingress.yml b/argocd/deployment/ingress.yml index 5e258b5..658b892 100644 --- a/argocd/deployment/ingress.yml +++ b/argocd/deployment/ingress.yml @@ -13,7 +13,7 @@ spec: port: number: 80 path: / - pathType: Exact + pathType: Prefix - host: reloading-manager.internal.siteworxpro.com http: paths: @@ -22,5 +22,5 @@ spec: name: reloading-manager port: number: 8080 - path: / + path: /api pathType: Prefix \ No newline at end of file