annotate skaffold.yaml @ 39:84a00d1b87b3

maildir-count target
author drewp@bigasterisk.com
date Tue, 09 Jan 2024 19:56:22 -0800
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: {}