ghjuipwehg

This commit is contained in:
2025-09-30 11:47:48 +02:00
parent 5b59e60006
commit 5ae92fb189
2 changed files with 17 additions and 62 deletions

View File

@@ -1,51 +1,10 @@
namespace: i-dashboard
image:
repository: kubernetesui/dashboard
tag: "v2.8.0" # reasonable default; change to desired version
pullPolicy: IfNotPresent
service:
type: ClusterIP
port: 443
targetPort: 8443
annotations: {}
ingress:
enabled: false
annotations: {}
hosts: []
tls: []
rbac:
create: true
clusterAdmin: false
serviceAccountName: ""
metrics:
enabled: false
extraArgs: []
enableInsecureLogin: true
createClusterRoleBinding: false
tls:
enabled: false
resources: {}
nodeSelector: {}
tolerations: []
affinity: {}
# Service account configuration (empty => auto-generated name when create=true)
serviceAccount:
create: true
name: ""
extraObjects: []
readinessProbe: {}
livenessProbe: {}
fullnameOverride: kubernetes-dashboard
# 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