This commit is contained in:
2024-06-01 16:35:37 +02:00
parent c3876db9ac
commit 06205eba3a
3 changed files with 24 additions and 20 deletions

View File

@@ -119,6 +119,9 @@ resource "kubectl_manifest" "cm_nginx" {
}
# Api
location /api/v1/auth/register {
deny all;
}
location /api {
proxy_pass http://${kubectl_manifest.svc_back.name}:8000/api;
proxy_pass_header Server;