Mercurial > code > home > repos > racc
view console/skaffold.yaml @ 6:b1043d39e493
start web console
author | drewp@bigasterisk.com |
---|---|
date | Mon, 13 Mar 2023 18:53:45 -0700 |
parents | |
children |
line wrap: on
line source
apiVersion: skaffold/v3 kind: Config metadata: name: racc build: artifacts: - image: bang5:5000/racc_console_image sync: infer: - src/* - index.html tagPolicy: dateTime: format: 2006-01-02_15-04-05 timezone: Local manifests: rawYaml: - deploy.yaml - ingress.yaml deploy: kubectl: {}