Mercurial > code > home > repos > gcalendarwatch
view skaffold.yaml @ 70:06f3aa9d461c
page size
author | drewp@bigasterisk.com |
---|---|
date | Fri, 06 Sep 2024 17:30:27 -0700 |
parents | 1f8e66cb0108 |
children | 7f50e5bb30f5 |
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 - image: reg:5000/gcalendarwatch_calsync_image context: calsync platforms: [amd64] tagPolicy: dateTime: format: 2006-01-02_15-04-05 timezone: Local manifests: rawYaml: - deploy.yaml - ingress.yaml deploy: kubectl: {}