Mercurial > code > home > repos > front-door-display
view skaffold.yaml @ 1:33178e5e356e
old updates
author | drewp@bigasterisk.com |
---|---|
date | Tue, 05 Mar 2024 16:20:04 -0800 |
parents | d09d690419e0 |
children |
line wrap: on
line source
apiVersion: skaffold/v3 kind: Config metadata: name: front-door-display build: artifacts: - image: reg:5000/front_door_display_image platforms: [amd64] sync: infer: - index.html - src/* tagPolicy: dateTime: format: 2006-01-02_15-04-05 timezone: Local manifests: rawYaml: - deploy.yaml - ingress.yaml deploy: kubectl: {}