This commit is contained in:
Eduardo Gonzalez
2017-09-09 12:03:36 +02:00
40 changed files with 11968 additions and 6707 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -1,4 +1,4 @@
apiVersion: extensions/v1beta1
apiVersion: apps/v1beta1
kind: Deployment
metadata:
name: grafana
@@ -41,7 +41,7 @@ spec:
memory: 200Mi
cpu: 200m
- name: grafana-watcher
image: quay.io/coreos/grafana-watcher:v0.0.7
image: quay.io/coreos/grafana-watcher:v0.0.8
args:
- '--watch-dir=/var/grafana-dashboards'
- '--grafana-url=http://localhost:3000'

View File

@@ -7,9 +7,9 @@ metadata:
spec:
type: NodePort
ports:
- name: web
port: 3000
- port: 3000
protocol: TCP
nodePort: 30902
targetPort: web
selector:
app: grafana