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,14 +1,10 @@
apiVersion: v2 apiVersion: v2
name: kubernetes-dashboard name: my-dashboard
description: A minimal wrapper chart to deploy the Kubernetes Dashboard into the i-dashboard namespace description: A Helm chart to deploy the Kubernetes Dashboard
type: application
version: 0.1.0 version: 0.1.0
appVersion: "latest" appVersion: "3.0.0" # This can be the version of the dashboard you intend to deploy
kubeVersion: ">=1.20.0"
keywords:
- kubernetes
- dashboard
home: "https://kubernetes.github.io/dashboard/"
sources:
- "https://github.com/kubernetes/dashboard"
dependencies:
- name: kubernetes-dashboard
version: "7.3.0" # Use a specific, stable version
repository: "https://kubernetes.github.io/dashboard/"

View File

@@ -1,51 +1,10 @@
namespace: i-dashboard # Add any value overrides for the kubernetes-dashboard chart here.
# For example, to set a resource limit you could use:
image: #
repository: kubernetesui/dashboard resources:
tag: "v2.8.0" # reasonable default; change to desired version limits:
pullPolicy: IfNotPresent cpu: 200m
memory: 200Mi
service: requests:
type: ClusterIP cpu: 100m
port: 443 memory: 100Mi
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