Mercurial > code > home > repos > environment
diff deploy.yaml @ 1:0f532eb91364
switch from slow pipenv to fast pdm
author | drewp@bigasterisk.com |
---|---|
date | Thu, 31 Mar 2022 23:49:08 -0700 |
parents | 3c1bc3bc5a6c |
children | e7f33fa31883 |
line wrap: on
line diff
--- a/deploy.yaml Thu Mar 31 22:03:43 2022 -0700 +++ b/deploy.yaml Thu Mar 31 23:49:08 2022 -0700 @@ -19,7 +19,7 @@ image: bang5:5000/environment_image workingDir: /opt command: - - pipenv + - pdm - run - python - environment.py @@ -32,7 +32,7 @@ name: environment spec: ports: - - {port: 80, targetPort: 8080} + - {port: 80, targetPort: 8000} selector: app: environment