Skip to content

Commit

Permalink
fix: fix for skema-py service command (#178)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattprintz authored Jun 27, 2023
1 parent 0e9b4b7 commit cef6387
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kubernetes/base/services/skema/skema-py-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ spec:
- name: skema-py
image: skema-py-image
command: ['uvicorn']
args: ['server:app', '--host', '0.0.0.0']
args: ['skema.skema_py.server:app', '--host', '0.0.0.0', '--port', '8000']
ports:
- containerPort: 8000
resources: {}
Expand Down

0 comments on commit cef6387

Please sign in to comment.