Mercurial > code > home > repos > gcalendarwatch
annotate skaffold.yaml @ 70:06f3aa9d461c
page size
author | drewp@bigasterisk.com |
---|---|
date | Fri, 06 Sep 2024 17:30:27 -0700 |
parents | 1f8e66cb0108 |
children | 7f50e5bb30f5 |
rev | line source |
---|---|
36 | 1 apiVersion: skaffold/v4beta6 |
15 | 2 kind: Config |
3 metadata: | |
4 name: gcalendarwatch | |
5 build: | |
36 | 6 artifacts: |
7 - image: reg:5000/gcalendarwatch_image | |
8 platforms: [amd64] | |
9 sync: | |
10 infer: | |
11 - index.html | |
59 | 12 - image: reg:5000/gcalendarwatch_calsync_image |
13 context: calsync | |
14 platforms: [amd64] | |
15 | 15 tagPolicy: |
16 dateTime: | |
36 | 17 format: 2006-01-02_15-04-05 |
18 timezone: Local | |
19 manifests: | |
20 rawYaml: | |
21 - deploy.yaml | |
22 - ingress.yaml | |
15 | 23 deploy: |
36 | 24 kubectl: {} |