annotate service/powerEagle/skaffold.yaml @ 1714:4cbe3df8f48f

rewrite to use starlette/etc
author drewp@bigasterisk.com
date Sun, 24 Apr 2022 02:15:30 -0700
parents e8654a3bd1c7
children e30741ab51a7
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1714
4cbe3df8f48f rewrite to use starlette/etc
drewp@bigasterisk.com
parents: 786
diff changeset
1 apiVersion: skaffold/v2beta27
786
e8654a3bd1c7 update powereagle for k8s and prometheus
drewp@bigasterisk.com
parents:
diff changeset
2 kind: Config
e8654a3bd1c7 update powereagle for k8s and prometheus
drewp@bigasterisk.com
parents:
diff changeset
3 metadata:
e8654a3bd1c7 update powereagle for k8s and prometheus
drewp@bigasterisk.com
parents:
diff changeset
4 name: power-eagle
e8654a3bd1c7 update powereagle for k8s and prometheus
drewp@bigasterisk.com
parents:
diff changeset
5 build:
e8654a3bd1c7 update powereagle for k8s and prometheus
drewp@bigasterisk.com
parents:
diff changeset
6 tagPolicy:
e8654a3bd1c7 update powereagle for k8s and prometheus
drewp@bigasterisk.com
parents:
diff changeset
7 dateTime:
e8654a3bd1c7 update powereagle for k8s and prometheus
drewp@bigasterisk.com
parents:
diff changeset
8 format: "2006-01-02_15-04-05"
e8654a3bd1c7 update powereagle for k8s and prometheus
drewp@bigasterisk.com
parents:
diff changeset
9 timezone: "Local"
e8654a3bd1c7 update powereagle for k8s and prometheus
drewp@bigasterisk.com
parents:
diff changeset
10 artifacts:
1714
4cbe3df8f48f rewrite to use starlette/etc
drewp@bigasterisk.com
parents: 786
diff changeset
11 - image: bang5:5000/power_eagle_image
4cbe3df8f48f rewrite to use starlette/etc
drewp@bigasterisk.com
parents: 786
diff changeset
12 platforms: [amd64]
786
e8654a3bd1c7 update powereagle for k8s and prometheus
drewp@bigasterisk.com
parents:
diff changeset
13 deploy:
e8654a3bd1c7 update powereagle for k8s and prometheus
drewp@bigasterisk.com
parents:
diff changeset
14 kubectl:
e8654a3bd1c7 update powereagle for k8s and prometheus
drewp@bigasterisk.com
parents:
diff changeset
15 manifests:
1714
4cbe3df8f48f rewrite to use starlette/etc
drewp@bigasterisk.com
parents: 786
diff changeset
16 - deploy.yaml