view 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
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: {}