Bad name in datagrepper POC deployment config.
This commit is contained in:
parent
e78ece5a4f
commit
6a72370c2e
1 changed files with 2 additions and 2 deletions
|
@ -18,7 +18,7 @@ spec:
|
||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- command: ["gunicorn"]
|
- command: ["gunicorn"]
|
||||||
- args:
|
args:
|
||||||
- "-b"
|
- "-b"
|
||||||
- "0.0.0.0:8080"
|
- "0.0.0.0:8080"
|
||||||
- "-w"
|
- "-w"
|
||||||
|
@ -28,7 +28,7 @@ spec:
|
||||||
- "-t"
|
- "-t"
|
||||||
- "180"
|
- "180"
|
||||||
- "datagrepper.app:app"
|
- "datagrepper.app:app"
|
||||||
image: registry.hub.docker.com/openshift/oauth-proxy:latest
|
image: datagrepper:latest
|
||||||
name: oauth-proxy
|
name: oauth-proxy
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 8080
|
- containerPort: 8080
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue