Mercurial > code > home > repos > gcalendarwatch
view skaffold.yaml @ 36:cb990883e52f
deployment; dep updates
author | drewp@bigasterisk.com |
---|---|
date | Sun, 12 Nov 2023 23:19:23 -0800 |
parents | dfba6e5de4a7 |
children | 1f8e66cb0108 |
line wrap: on
line source
apiVersion: skaffold/v4beta6 kind: Config metadata: name: gcalendarwatch build: artifacts: - image: reg:5000/gcalendarwatch_image platforms: [amd64] sync: infer: - index.html tagPolicy: dateTime: format: 2006-01-02_15-04-05 timezone: Local manifests: rawYaml: - deploy.yaml - ingress.yaml deploy: kubectl: {}