fix oom and deprecated items

This commit is contained in:
Joseph Hanson 2024-10-29 09:49:38 -05:00
parent 755a3f5ac6
commit 108e4f43ac
Signed by: jahanson
SSH key fingerprint: SHA256:vy6dKBECV522aPAwklFM3ReKAVB086rT3oWwiuiFG7o

View file

@ -33,19 +33,21 @@ spec:
annotations: annotations:
grafana_folder: System grafana_folder: System
backgroundController: backgroundController:
serviceMonitor: clusterRole:
enabled: true extraResources:
rbac: - apiGroups:
clusterRole: - '*'
extraResources: resources:
- apiGroups: - '*'
- "*" verbs:
resources: - get
- "*" - list
verbs: - watch
- get resources:
- list requests:
- watch cpu: 100m
limits:
memory: 1Gi
cleanupController: cleanupController:
serviceMonitor: serviceMonitor:
enabled: true enabled: true
@ -63,20 +65,18 @@ spec:
serviceMonitor: serviceMonitor:
enabled: true enabled: true
admissionController: admissionController:
replicas: 1 clusterRole:
extraResources:
- apiGroups:
- '*'
resources:
- '*'
verbs:
- get
- list
- watch
serviceMonitor: serviceMonitor:
enabled: true enabled: true
rbac:
clusterRole:
extraResources:
- apiGroups:
- "*"
resources:
- "*"
verbs:
- get
- list
- watch
topologySpreadConstraints: topologySpreadConstraints:
- maxSkew: 1 - maxSkew: 1
topologyKey: kubernetes.io/hostname topologyKey: kubernetes.io/hostname