Mercurial > code > home > repos > gcalendarwatch
diff 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 diff
--- a/skaffold.yaml Tue Aug 22 12:47:28 2023 -0700 +++ b/skaffold.yaml Sun Nov 12 23:19:23 2023 -0800 @@ -1,19 +1,21 @@ -apiVersion: skaffold/v2beta5 +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" - artifacts: - - image: bang5:5000/gcalendarwatch_image - sync: - infer: - - index.html + format: 2006-01-02_15-04-05 + timezone: Local +manifests: + rawYaml: + - deploy.yaml + - ingress.yaml deploy: - kubectl: - manifests: - - deploy.yaml - - ingress.yaml \ No newline at end of file + kubectl: {}