Mercurial > code > home > repos > homeauto
annotate service/mqtt_to_rdf/skaffold.yaml @ 1725:55ace62af7f9
skaf update
author | drewp@bigasterisk.com |
---|---|
date | Tue, 20 Jun 2023 23:13:26 -0700 |
parents | b85986495848 |
children |
rev | line source |
---|---|
1725 | 1 apiVersion: skaffold/v4beta3 |
790 | 2 kind: Config |
3 metadata: | |
4 name: mqtt-to-rdf | |
5 build: | |
1725 | 6 artifacts: |
7 - image: bang5:5000/mqtt_to_rdf_image | |
790 | 8 tagPolicy: |
9 dateTime: | |
1725 | 10 format: 2006-01-02_15-04-05 |
11 timezone: Local | |
12 manifests: | |
13 rawYaml: | |
14 - deploy.yaml | |
790 | 15 deploy: |
1725 | 16 kubectl: {} |