view skaffold.yaml @ 9:145779f2d79d

wedge in an allow-origin response for tests that aren't serving on our domain
author drewp@bigasterisk.com
date Sun, 07 May 2023 16:00:19 -0700
parents 473d3d869849
children e2be4c5d2531
line wrap: on
line source

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