Mercurial > code > home > repos > homeauto
view service/reasoning/skaffold.yaml @ 1699:411f5e013201 0.12.0
release 0.12.0
author | drewp@bigasterisk.com |
---|---|
date | Tue, 12 Oct 2021 20:18:59 -0700 |
parents | c8562ace4917 |
children |
line wrap: on
line source
apiVersion: skaffold/v2beta5 kind: Config metadata: name: reasoning build: local: useDockerCLI: true tagPolicy: dateTime: format: "2006-01-02_15-04-05" timezone: "Local" artifacts: - image: bang5:5000/reasoning_image sync: infer: - rules.n3 deploy: kubectl: manifests: - deploy.yaml