Skip to content

Commit

Permalink
fix(kubernetes): More lava callback fixes
Browse files Browse the repository at this point in the history
Signed-off-by: Denys Fedoryshchenko <[email protected]>
  • Loading branch information
nuclearcat committed Feb 19, 2025
1 parent 50df8d4 commit a244c7f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion kube/aks/lava-callback.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,12 @@ spec:
image: kernelci/kernelci:lava-callback@sha256:255fdb9dfd0552f22c50cb60debf5de3ef7f1c675f9bd14231d14a31bc24368f
imagePullPolicy: Always
# change directory to /home/kernelci/src
workingDir: /home/kernelci/src
workingDir: /home/kernelci
command:
- 'uvicorn'
args:
- '--app-dir'
- 'src'
- 'lava_callback:app'
- '--host=0.0.0.0'
- '--port=8000'
Expand Down

0 comments on commit a244c7f

Please sign in to comment.