* fix: graceful delete ks-core Signed-off-by: joyceliu <joyceliu@yunify.com> * fix: graceful delete ks-core Signed-off-by: joyceliu <joyceliu@yunify.com> --------- Signed-off-by: joyceliu <joyceliu@yunify.com> Co-authored-by: joyceliu <joyceliu@yunify.com>
17 lines
344 B
YAML
17 lines
344 B
YAML
# Default values for ks-crds.
|
|
# This is a YAML-formatted file.
|
|
# Declare variables to be passed into your templates.
|
|
kubectl:
|
|
image:
|
|
registry: ""
|
|
repository: kubesphere/kubectl
|
|
tag: "v1.27.16"
|
|
pullPolicy: IfNotPresent
|
|
resources:
|
|
limits:
|
|
cpu: 1
|
|
memory: 1024Mi
|
|
requests:
|
|
cpu: 20m
|
|
memory: 100Mi
|