ghjuipwehg
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user