Skip to content

Commit

Permalink
Merge pull request #154 from D10S0VSkY-OSS/hotfix/k8s-api-backend
Browse files Browse the repository at this point in the history
🐛fix: api-backend command error
  • Loading branch information
D10S0VSkY-OSS authored Feb 10, 2023
2 parents 35ea175 + 4b7b0cd commit 4a62a93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion play-with-sld/kubernetes/k8s/sld-api-backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ spec:
- name: api-backend
image: d10s0vsky/sld-api:latest
imagePullPolicy: Always
command: ["python", "-m", "uvicorn", "main:app", "--host", "0.0.0.0", "--port", "8000", "--workers", "1"]
command: ["python3", "-m", "uvicorn", "main:app", "--host", "0.0.0.0", "--port", "8000", "--workers", "1"]
ports:
- containerPort: 8000
livenessProbe:
Expand Down

0 comments on commit 4a62a93

Please sign in to comment.