blob: 3e9505552eae4447328be0fe5467396f2226be52 [file] [log] [blame]
Doyoung Lee8f30e152019-05-21 16:23:07 -07001---
2# Copyright 2018-present Open Networking Foundation
3#
4# Licensed under the Apache License, Version 2.0 (the "License");
5# you may not use this file except in compliance with the License.
6# You may obtain a copy of the License at
7#
8# http://www.apache.org/licenses/LICENSE-2.0
9#
10# Unless required by applicable law or agreed to in writing, software
11# distributed under the License is distributed on an "AS IS" BASIS,
12# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13# See the License for the specific language governing permissions and
14# limitations under the License.
15
16cdn_remote_host: 10.90.0.141
17cdn_local_host: 10.90.0.153
18prometheus_host: 10.90.0.152
19
20cadvisor:
21 image: google/cadvisor:latest
22 nodePort: 8888
23 enabled: true
24
25prometheus:
26 image: prom/prometheus:v2.3.1
27 node_selector: node2
28 nodePort: 31000
29 interval: 10s
30 enabled: true
31
32grafana:
33 image: grafana/grafana:5.2.2
34 node_selector: node2
35 nodePort: 30000
36 adminUser: admin
37 adminPassword: admin
38 enabled: true