annotate skaffold.yaml @ 36:2bc188c4117a

rules updates, incl front door group
author drewp@bigasterisk.com
date Sun, 15 Oct 2023 18:34:29 -0700
parents 10127391f6f3
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
7
7130eb6d8e6b redo deployment config to use skaffold live sync instead of busted CM way
drewp@bigasterisk.com
parents: 0
diff changeset
1 apiVersion: skaffold/v3
0
drewp@bigasterisk.com
parents:
diff changeset
2 kind: Config
7
7130eb6d8e6b redo deployment config to use skaffold live sync instead of busted CM way
drewp@bigasterisk.com
parents: 0
diff changeset
3 metadata:
7130eb6d8e6b redo deployment config to use skaffold live sync instead of busted CM way
drewp@bigasterisk.com
parents: 0
diff changeset
4 name: victoriametrics
7130eb6d8e6b redo deployment config to use skaffold live sync instead of busted CM way
drewp@bigasterisk.com
parents: 0
diff changeset
5 manifests:
7130eb6d8e6b redo deployment config to use skaffold live sync instead of busted CM way
drewp@bigasterisk.com
parents: 0
diff changeset
6 rawYaml:
7130eb6d8e6b redo deployment config to use skaffold live sync instead of busted CM way
drewp@bigasterisk.com
parents: 0
diff changeset
7 - roles.yaml
7130eb6d8e6b redo deployment config to use skaffold live sync instead of busted CM way
drewp@bigasterisk.com
parents: 0
diff changeset
8 - volumes.yaml
7130eb6d8e6b redo deployment config to use skaffold live sync instead of busted CM way
drewp@bigasterisk.com
parents: 0
diff changeset
9 - ingress.yaml
7130eb6d8e6b redo deployment config to use skaffold live sync instead of busted CM way
drewp@bigasterisk.com
parents: 0
diff changeset
10 - deploy_vmetrics.yaml
7130eb6d8e6b redo deployment config to use skaffold live sync instead of busted CM way
drewp@bigasterisk.com
parents: 0
diff changeset
11 - deploy_vmalert.yaml
7130eb6d8e6b redo deployment config to use skaffold live sync instead of busted CM way
drewp@bigasterisk.com
parents: 0
diff changeset
12 - deploy_alertmanager.yaml
0
drewp@bigasterisk.com
parents:
diff changeset
13 deploy:
7
7130eb6d8e6b redo deployment config to use skaffold live sync instead of busted CM way
drewp@bigasterisk.com
parents: 0
diff changeset
14 kubectl: {}