Mercurial > code > home > repos > racc
comparison console/skaffold.yaml @ 6:b1043d39e493
start web console
author | drewp@bigasterisk.com |
---|---|
date | Mon, 13 Mar 2023 18:53:45 -0700 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
5:5a99bde7a506 | 6:b1043d39e493 |
---|---|
1 apiVersion: skaffold/v3 | |
2 kind: Config | |
3 metadata: | |
4 name: racc | |
5 build: | |
6 artifacts: | |
7 - image: bang5:5000/racc_console_image | |
8 sync: | |
9 infer: | |
10 - src/* | |
11 - index.html | |
12 tagPolicy: | |
13 dateTime: | |
14 format: 2006-01-02_15-04-05 | |
15 timezone: Local | |
16 manifests: | |
17 rawYaml: | |
18 - deploy.yaml | |
19 - ingress.yaml | |
20 deploy: | |
21 kubectl: {} |