badges: fix yaml issue in deploymentconfig
Signed-off-by: Ryan Lerch <rlerch@redhat.com>
This commit is contained in:
parent
6acd8c0414
commit
9ead1e642a
1 changed files with 3 additions and 3 deletions
|
@ -29,9 +29,9 @@ spec:
|
|||
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=-"]
|
||||
image: tahrir:latest
|
||||
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