badges: try running again with a proper s2i setup in the repo
Signed-off-by: Ryan Lerch <rlerch@redhat.com>
This commit is contained in:
parent
fecc676662
commit
b7644425db
1 changed files with 2 additions and 2 deletions
|
@ -30,8 +30,8 @@ spec:
|
|||
containers:
|
||||
- name: frontend
|
||||
image: tahrir:latest
|
||||
command: ["gunicorn"]
|
||||
args: ["--paste", "/etc/badges/tahrir.ini", "-b", "0.0.0.0:8080", "-w", "4", "--log-level", "DEBUG", "-k", "gthread", "--threads", "2", "--preload", "--log-file=-"]
|
||||
command: ["poetry"]
|
||||
args: ["run", "gunicorn", "--paste", "/etc/badges/tahrir.ini", "-b", "0.0.0.0:8080", "-w", "4", "--log-level", "DEBUG", "-k", "gthread", "--threads", "2", "--preload", "--log-file=-"]
|
||||
imagePullPolicy: Always
|
||||
ports:
|
||||
- containerPort: 8080
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue