Reworked datagrepper POC deployment to deployment config

This commit is contained in:
Adam Saleh 2020-12-09 12:56:04 +01:00
parent 720e3bd13d
commit 873ee635f1

View file

@ -28,7 +28,7 @@ spec:
containers:
- name: datagrepper
image: datagrepper
command: ["gunicorn"]
command: ["gunicorn"]
args:
- "-b"
- "0.0.0.0:8080"