Mercurial > code > home > repos > mqtt_metrics
view skaffold.yaml @ 10:2a507e679d0d default tip
add zigbee covnerters
author | drewp@bigasterisk.com |
---|---|
date | Mon, 12 Aug 2024 13:15:07 -0700 |
parents | 0b5b4ede1bf5 |
children |
line wrap: on
line source
apiVersion: skaffold/v4beta6 kind: Config metadata: name: mqtt_metrics build: artifacts: - image: reg:5000/mqtt_metrics_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: {}