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:
|
||||
containers:
|
||||
- command: ["gunicorn"]
|
||||
- args:
|
||||
args:
|
||||
- "-b"
|
||||
- "0.0.0.0:8080"
|
||||
- "-w"
|
||||
|
@ -28,7 +28,7 @@ spec:
|
|||
- "-t"
|
||||
- "180"
|
||||
- "datagrepper.app:app"
|
||||
image: registry.hub.docker.com/openshift/oauth-proxy:latest
|
||||
image: datagrepper:latest
|
||||
name: oauth-proxy
|
||||
ports:
|
||||
- containerPort: 8080
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue