openshift-apps: kerneltest: point s2i at the WSGI app
This commit is contained in:
parent
a67b5ec298
commit
76132b33d8
1 changed files with 2 additions and 0 deletions
|
@ -28,6 +28,8 @@ items:
|
|||
env:
|
||||
- name: KERNELTEST_CONFIG
|
||||
value: /etc/kerneltest/config.toml
|
||||
- name: APP_MODULE
|
||||
value: "kerneltest.wsgi:application"
|
||||
ports:
|
||||
- containerPort: 8080
|
||||
resources: {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue