comparison 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
comparison
equal deleted inserted replaced
1724:8d2c75a93d82 1725:55ace62af7f9
1 apiVersion: skaffold/v2beta5 1 apiVersion: skaffold/v4beta3
2 kind: Config 2 kind: Config
3 metadata: 3 metadata:
4 name: mqtt-to-rdf 4 name: mqtt-to-rdf
5 build: 5 build:
6 artifacts:
7 - image: bang5:5000/mqtt_to_rdf_image
6 tagPolicy: 8 tagPolicy:
7 dateTime: 9 dateTime:
8 format: "2006-01-02_15-04-05" 10 format: 2006-01-02_15-04-05
9 timezone: "Local" 11 timezone: Local
10 artifacts: 12 manifests:
11 - image: bang5:5000/mqtt_to_rdf_image 13 rawYaml:
14 - deploy.yaml
12 deploy: 15 deploy:
13 kubectl: 16 kubectl: {}
14 manifests:
15 - deploy.yaml