view skaffold.yaml @ 27:32cfefe3155b

try harder to crash if there's an mqtt error, so k8s does a full restart
author drewp@bigasterisk.com
date Sat, 23 Mar 2024 15:25:02 -0700
parents 5a77696c6dab
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: {}