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']