Mercurial > code > home > repos > front-door-lock
view skaffold.yaml @ 11:020b84ff0c7f
board
author | drewp@bigasterisk.com |
---|---|
date | Wed, 26 Jun 2024 22:23:34 -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: {}