comparison skaffold.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 473d3d869849
comparison
equal deleted inserted replaced
0:3c1bc3bc5a6c 1:0f532eb91364
8 format: "2006-01-02_15-04-05" 8 format: "2006-01-02_15-04-05"
9 timezone: "Local" 9 timezone: "Local"
10 artifacts: 10 artifacts:
11 - image: bang5:5000/environment_image 11 - image: bang5:5000/environment_image
12 platforms: [amd64] 12 platforms: [amd64]
13 sync:
14 infer:
15 # uvicorn will notice this reload (but the browser page won't)
16 - environment.py
17 deploy: 13 deploy:
18 kubectl: 14 kubectl:
19 manifests: 15 manifests:
20 - deploy.yaml 16 - deploy.yaml