From 4ff4c82d55f04a22dba8559a83ba857b9216546b Mon Sep 17 00:00:00 2001 From: "Adrian A. Baumann" Date: Sun, 28 Dec 2025 15:14:20 +0100 Subject: [PATCH] Deployment troubleshooting --- argocd/deployment.yaml | 2 +- labhelper/settings.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/argocd/deployment.yaml b/argocd/deployment.yaml index 033f75d..7f581ad 100644 --- a/argocd/deployment.yaml +++ b/argocd/deployment.yaml @@ -25,7 +25,7 @@ spec: mountPath: /data containers: - name: web - image: git.baumann.gr/adebaumann/labhelper:0.003 + image: git.baumann.gr/adebaumann/labhelper:0.004 imagePullPolicy: Always ports: - containerPort: 8000 diff --git a/labhelper/settings.py b/labhelper/settings.py index ad1fcd6..92247f3 100644 --- a/labhelper/settings.py +++ b/labhelper/settings.py @@ -25,7 +25,7 @@ SECRET_KEY = 'django-insecure-t1kymy8ugqnj$li2knhha0@gc5v8f3bge=$+gbybj2$jt28uqm # SECURITY WARNING: don't run with debug turned on in production! DEBUG = True -ALLOWED_HOSTS = ["labhelper.adebaumann.com"] +ALLOWED_HOSTS = ["*","labhelper.adebaumann.com"] ALLOWED_CIDR_NETS = ['10.0.0.0/16']