diff --git a/app/main.py b/app/main.py index 165f7b9..298d702 100644 --- a/app/main.py +++ b/app/main.py @@ -37,6 +37,7 @@ "http://localhost:*", "http://localhost", "https://localhost", + "https://localhost:*", "https://ai.aalto.fi", "https://ai-testing.aalto.fi", ] diff --git a/k8s_deployment_gateway.yaml b/k8s_deployment_gateway.yaml index 46f5cbb..51c4e7d 100644 --- a/k8s_deployment_gateway.yaml +++ b/k8s_deployment_gateway.yaml @@ -26,7 +26,7 @@ spec: secretName: llm-gatewaysaml-secret containers: - name: gateway - image: harbor.cs.aalto.fi/aaltorse-public/llm_gateway:1.0 #Lets start versioning this + image: harbor.cs.aalto.fi/aaltorse-public/llm_gateway:CORS #Lets start versioning this ports: - containerPort: 3000 resources: