blob: 0e2e5ac6219b0dee5fa538e8b5a69095eadce6d1 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
kind: ConfigMap
apiVersion: v1
metadata:
namespace: emc
name: stats-graphite-api
labels:
app: graphite
tier: stats
data:
api.yaml: |
search_index: /srv/index/index
whisper:
directories:
- /srv/data/whisper
carbon:
hosts:
- 127.0.0.1:7002
|