view skaffold.yaml @ 19:4e350dcdc4fe

zero button
author drewp@bigasterisk.com
date Mon, 29 Jan 2024 11:50:28 -0800
parents 5a77696c6dab
children 32cfefe3155b
line wrap: on
line source

apiVersion: skaffold/v4beta6
kind: Config
metadata:
  name: light-bridge
build:
  artifacts:
    - image: reg:5000/light_bridge_image
      platforms: [amd64]
      sync:
        infer:
          - 'src/**'
          - '*.py'
  tagPolicy:
    dateTime:
      format: 2006-01-02_15-04-05
      timezone: Local
manifests:
  rawYaml:
    - proxy.yaml
    - deploy.yaml
    - ingress.yaml
deploy:
  kubectl: {}