Mercurial > code > home > repos > victoriametrics
annotate skaffold.yaml @ 58:0064c490c33d
some tiny scrape configs for testing multi-node vmstorage/vmselect
author | drewp@bigasterisk.com |
---|---|
date | Fri, 26 Apr 2024 15:48:22 -0700 |
parents | 10127391f6f3 |
children |
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 | 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 | 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: {} |