Doyoung Lee | 8f30e15 | 2019-05-21 16:23:07 -0700 | [diff] [blame] | 1 | --- |
| 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 | |
| 16 | cdn_remote_host: 10.90.0.141 |
| 17 | cdn_local_host: 10.90.0.153 |
| 18 | prometheus_host: 10.90.0.152 |
| 19 | |
| 20 | cadvisor: |
| 21 | image: google/cadvisor:latest |
| 22 | nodePort: 8888 |
| 23 | enabled: true |
| 24 | |
| 25 | prometheus: |
| 26 | image: prom/prometheus:v2.3.1 |
| 27 | node_selector: node2 |
| 28 | nodePort: 31000 |
| 29 | interval: 10s |
| 30 | enabled: true |
| 31 | |
| 32 | grafana: |
| 33 | image: grafana/grafana:5.2.2 |
| 34 | node_selector: node2 |
| 35 | nodePort: 30000 |
| 36 | adminUser: admin |
| 37 | adminPassword: admin |
| 38 | enabled: true |