Mercurial > code > home > repos > projects
comparison skaffold.yaml @ 0:12238bbe5b85 default tip
start
author | drewp@bigasterisk.com |
---|---|
date | Sun, 18 Sep 2022 23:24:56 -0700 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:12238bbe5b85 |
---|---|
1 apiVersion: skaffold/v2beta27 | |
2 kind: Config | |
3 metadata: | |
4 name: projects | |
5 build: | |
6 tagPolicy: | |
7 dateTime: | |
8 format: "2006-01-02_15-04-05" | |
9 timezone: "Local" | |
10 artifacts: | |
11 - image: bang5:5000/projects_image | |
12 platforms: [amd64] | |
13 deploy: | |
14 kubectl: | |
15 manifests: | |
16 - deploy.yaml | |
17 - ingress.yaml |