Mercurial > code > home > repos > front-door-display
view skaffold.yaml @ 21:a90cb6927c7d default tip
fix countdown queries. Display "now" instead of "In -0.4 hours"
author | drewp@bigasterisk.com |
---|---|
date | Sat, 07 Sep 2024 17:47:36 -0700 |
parents | 33178e5e356e |
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: {}