Mercurial > code > home > repos > front-door-lock
view skaffold.yaml @ 13:3014db0a5500 default tip
mv board to proj/micro, rename this repo with dashes
author | drewp@bigasterisk.com |
---|---|
date | Fri, 28 Jun 2024 17:08:09 -0700 |
parents | 4365c72c59f6 |
children |
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: {}