view skaffold.yaml @ 29:35affd4d37d4 default tip

add 1st ikea color light
author drewp@bigasterisk.com
date Sat, 14 Dec 2024 22:36:29 -0800
parents 32cfefe3155b
children
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: {}