view skaffold.yaml @ 11:f961fe3d0e27 default tip

update to new streamed-graph api
author drewp@bigasterisk.com
date Sun, 07 May 2023 16:02:03 -0700
parents e2be4c5d2531
children
line wrap: on
line source

apiVersion: skaffold/v3
kind: Config
metadata:
  name: environment
build:
  artifacts:
  - image: bang5:5000/environment_image
    sync:
      infer:
      - index.html
  platforms:
    - amd64
  tagPolicy:
    dateTime:
      format: 2006-01-02_15-04-05
      timezone: Local
manifests:
  rawYaml:
  - deploy.yaml
  - ingress.yaml
deploy:
  kubectl: {}