view skaffold.yaml @ 7:f0d549ec5e59 default tip

deployment and hostname
author drewp@bigasterisk.com
date Mon, 23 Sep 2024 01:24:48 -0700
parents 7ea01e3d6a06
children
line wrap: on
line source

apiVersion: skaffold/v4beta6
kind: Config
metadata:
  name: pi_mqtt
build:
  artifacts:
    - image: reg:5000/pi_mqtt_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: {}