annotate console/skaffold.yaml @ 10:6b6b1ea0e00d
default tip
ok for no window to be focused (untested)
author |
drewp@bigasterisk.com |
date |
Mon, 13 Mar 2023 19:16:58 -0700 |
parents |
b1043d39e493 |
children |
|
rev |
line source |
6
|
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: {}
|