This commit is contained in:
2025-09-30 14:16:33 +02:00
parent 4bf7e6faa4
commit 5eac81010b
2 changed files with 26 additions and 12 deletions

View File

@@ -0,0 +1,18 @@
apiVersion: v1
kind: ServiceAccount
metadata:
name: admin-user
namespace: i-dashboard
---
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRoleBinding
metadata:
name: admin-user
roleRef:
apiGroup: rbac.authorization.k8s.io
kind: ClusterRole
name: cluster-admin
subjects:
- kind: ServiceAccount
name: admin-user
namespace: i-dashboard

View File

@@ -1,12 +1,8 @@
# Add any value overrides for the kubernetes-dashboard chart here.
# For example, to set a resource limit you could use:
#
resources:
limits:
cpu: 200m
memory: 200Mi
requests:
cpu: 100m
memory: 100Mi
serviceAccount:
name: admin-user
kubernetes-dashboard:
resources:
limits:
cpu: 200m
memory: 200Mi
requests:
cpu: 100m
memory: 100Mi