Mercurial > code > home > repos > homeauto
annotate service/powerEagle/skaffold.yaml @ 1721:e30741ab51a7
add ingress
author | drewp@bigasterisk.com |
---|---|
date | Fri, 16 Jun 2023 17:23:54 -0700 |
parents | 4cbe3df8f48f |
children | daf9deee42ca |
rev | line source |
---|---|
1714 | 1 apiVersion: skaffold/v2beta27 |
786 | 2 kind: Config |
3 metadata: | |
4 name: power-eagle | |
5 build: | |
6 tagPolicy: | |
7 dateTime: | |
8 format: "2006-01-02_15-04-05" | |
9 timezone: "Local" | |
10 artifacts: | |
1714 | 11 - image: bang5:5000/power_eagle_image |
12 platforms: [amd64] | |
786 | 13 deploy: |
14 kubectl: | |
15 manifests: | |
1714 | 16 - deploy.yaml |
1721 | 17 - ingress.yaml |