contrib/kube-prometheus: regenerate

This commit is contained in:
Matthias Loibl
2019-01-09 11:52:16 +01:00
parent 90a2e58aa4
commit af8ac93d52
5 changed files with 11 additions and 6 deletions

View File

@@ -8,7 +8,7 @@
"subdir": "contrib/kube-prometheus/jsonnet/kube-prometheus" "subdir": "contrib/kube-prometheus/jsonnet/kube-prometheus"
} }
}, },
"version": "d3b2645d2ace03b36ed7d86e5213c09c9e1bde67" "version": "e26f80aca8c9b021245ed3a62bb6c4d23be25786"
}, },
{ {
"name": "ksonnet", "name": "ksonnet",
@@ -48,7 +48,7 @@
"subdir": "grafana-builder" "subdir": "grafana-builder"
} }
}, },
"version": "c6932cf90bce4fef218b4308effc9f15c4219a01" "version": "d75c3b260c1077c924d7ea0240250afc235c4cb3"
}, },
{ {
"name": "grafana", "name": "grafana",
@@ -58,7 +58,7 @@
"subdir": "grafana" "subdir": "grafana"
} }
}, },
"version": "3cab96409b2b4b8e8a87f768f1e2b063b1df7038" "version": "9ddf5a198b0f7c898dc061158ea427112acbae11"
}, },
{ {
"name": "prometheus-operator", "name": "prometheus-operator",
@@ -78,7 +78,7 @@
"subdir": "Documentation/etcd-mixin" "subdir": "Documentation/etcd-mixin"
} }
}, },
"version": "b04633fd8e67c65d4fe4929333fb4856f25da189" "version": "1e42503bea073b559fca682219242a801cf4d587"
} }
] ]
} }

View File

@@ -69,6 +69,8 @@ spec:
- mountPath: /grafana-dashboard-definitions/0/statefulset - mountPath: /grafana-dashboard-definitions/0/statefulset
name: grafana-dashboard-statefulset name: grafana-dashboard-statefulset
readOnly: false readOnly: false
nodeSelector:
beta.kubernetes.io/os: linux
securityContext: securityContext:
runAsNonRoot: true runAsNonRoot: true
runAsUser: 65534 runAsUser: 65534

View File

@@ -1,8 +1,8 @@
apiVersion: v1 apiVersion: v1
kind: Service kind: Service
labels:
app: grafana
metadata: metadata:
labels:
app: grafana
name: grafana name: grafana
namespace: monitoring namespace: monitoring
spec: spec:

View File

@@ -39,6 +39,8 @@ spec:
- mountPath: /etc/adapter - mountPath: /etc/adapter
name: config name: config
readOnly: false readOnly: false
nodeSelector:
beta.kubernetes.io/os: linux
serviceAccountName: prometheus-adapter serviceAccountName: prometheus-adapter
volumes: volumes:
- emptyDir: {} - emptyDir: {}

View File

@@ -13,3 +13,4 @@ spec:
selector: selector:
app: prometheus app: prometheus
prometheus: k8s prometheus: k8s
sessionAffinity: ClientIP