fix: don't kill /api-docs

This commit is contained in:
MiniDigger | Martin 2024-12-02 10:18:51 +01:00
parent 320e1c5be8
commit 65519c550c

View File

@ -21,6 +21,9 @@ ingress:
- path: /
pathType: ImplementationSpecific
target: frontend
- path: /api-docs
pathType: ImplementationSpecific
target: frontend
- path: /api
pathType: ImplementationSpecific
target: backend