diff --git a/roles/openshift-apps/testdays/templates/deploymentconfig.yml b/roles/openshift-apps/testdays/templates/deploymentconfig.yml index 3d853d39ee..5afd66cdc2 100644 --- a/roles/openshift-apps/testdays/templates/deploymentconfig.yml +++ b/roles/openshift-apps/testdays/templates/deploymentconfig.yml @@ -31,7 +31,7 @@ spec: - name: testdays image: testdays:latest command: ["gunicorn"] - args: ["-b", "0.0.0.0:80", "-w", "4", "--log-level", "DEBUG", "-t", "180", "testdays:wsgi"] + args: ["-b", "0.0.0.0:8080", "-w", "4", "--log-level", "DEBUG", "-t", "180", "testdays:wsgi"] ports: - containerPort: 80 resources: {}