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

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

View File

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

View File

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

View File

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