prometheus remove service account
This commit is contained in:
parent
5a0d6d639b
commit
091a457c26
1 changed files with 0 additions and 16 deletions
|
@ -1,18 +1,4 @@
|
||||||
---
|
---
|
||||||
# Source: prometheus/templates/serviceaccount.yaml
|
|
||||||
apiVersion: v1
|
|
||||||
kind: ServiceAccount
|
|
||||||
metadata:
|
|
||||||
labels:
|
|
||||||
app.kubernetes.io/component: server
|
|
||||||
app.kubernetes.io/name: prometheus
|
|
||||||
app.kubernetes.io/instance: prometheus
|
|
||||||
app.kubernetes.io/version: v3.2.1
|
|
||||||
app.kubernetes.io/part-of: prometheus
|
|
||||||
name: prometheus-server
|
|
||||||
namespace: metrics
|
|
||||||
annotations: {}
|
|
||||||
---
|
|
||||||
# Source: prometheus/templates/cm.yaml
|
# Source: prometheus/templates/cm.yaml
|
||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
kind: ConfigMap
|
kind: ConfigMap
|
||||||
|
@ -111,8 +97,6 @@ spec:
|
||||||
app.kubernetes.io/version: v3.2.1
|
app.kubernetes.io/version: v3.2.1
|
||||||
app.kubernetes.io/part-of: prometheus
|
app.kubernetes.io/part-of: prometheus
|
||||||
spec:
|
spec:
|
||||||
enableServiceLinks: true
|
|
||||||
serviceAccountName: prometheus-server
|
|
||||||
securityContext:
|
securityContext:
|
||||||
runAsUser: 1000
|
runAsUser: 1000
|
||||||
runAsGroup: 1000
|
runAsGroup: 1000
|
||||||
|
|
Loading…
Reference in a new issue