Deployment troubleshooting
Some checks failed
Build containers when image tags change / build-if-image-changed (., web, containers, main container, git.baumann.gr/adebaumann/labhelper) (push) Successful in 35s
Build containers when image tags change / build-if-image-changed (data-loader, loader, initContainers, init-container, git.baumann.gr/adebaumann/labhelper-data-loader) (push) Successful in 9s
SonarQube Scan / SonarQube Trigger (push) Failing after 26s

This commit is contained in:
2025-12-28 15:10:34 +01:00
parent c12989b307
commit 6a21a71fb2
2 changed files with 3 additions and 2 deletions

View File

@@ -25,7 +25,7 @@ spec:
mountPath: /data mountPath: /data
containers: containers:
- name: web - name: web
image: git.baumann.gr/adebaumann/labhelper:0.002 image: git.baumann.gr/adebaumann/labhelper:0.003
imagePullPolicy: Always imagePullPolicy: Always
ports: ports:
- containerPort: 8000 - containerPort: 8000

View File

@@ -25,7 +25,8 @@ SECRET_KEY = 'django-insecure-t1kymy8ugqnj$li2knhha0@gc5v8f3bge=$+gbybj2$jt28uqm
# SECURITY WARNING: don't run with debug turned on in production! # SECURITY WARNING: don't run with debug turned on in production!
DEBUG = True DEBUG = True
ALLOWED_HOSTS = ["10.1.141.255","labhelper.adebaumann.com"] ALLOWED_HOSTS = ["labhelper.adebaumann.com"]
ALLOWED_CIDR_NETS = ['10.0.0.0/16']
# Application definition # Application definition