diff --git a/apps/tandoor/app/deploy.yaml b/apps/tandoor/app/deploy.yaml index 0a05b14..85f4325 100644 --- a/apps/tandoor/app/deploy.yaml +++ b/apps/tandoor/app/deploy.yaml @@ -154,7 +154,7 @@ spec: - name: ALLOWED_HOSTS value: "*" - name: CSRF_TRUSTED_ORIGINS - value: "https://recipes.trivernis.dev" + value: "https://recipes.trivernis.net" - name: SECRET_KEY valueFrom: secretKeyRef: diff --git a/apps/tandoor/app/route.yaml b/apps/tandoor/app/route.yaml index 91e9f95..b65b27e 100644 --- a/apps/tandoor/app/route.yaml +++ b/apps/tandoor/app/route.yaml @@ -28,4 +28,4 @@ spec: - name: tandoor-headers services: - name: tandoor - port: 8080 + port: 8080 \ No newline at end of file