Mercurial > code > home > repos > front-door-lock
view skaffold.yaml @ 3:89d47e203fc2
redo the plan
author | drewp@bigasterisk.com |
---|---|
date | Sun, 27 Aug 2023 13:18:06 -0700 |
parents | 4365c72c59f6 |
children | 3014db0a5500 |
line wrap: on
line source
apiVersion: skaffold/v4beta6 kind: Config metadata: name: front_door_lock build: artifacts: - image: reg:5000/front_door_lock_image platforms: [amd64] sync: infer: - 'src/**' - '*.py' tagPolicy: dateTime: format: 2006-01-02_15-04-05 timezone: Local manifests: rawYaml: - proxy.yaml - deploy.yaml - ingress.yaml deploy: kubectl: {}