mirror of https://github.com/openkruise/charts.git
62 lines
1.6 KiB
YAML
62 lines
1.6 KiB
YAML
# Default values for rollout.
|
|
# This is a YAML-formatted file.
|
|
# Declare variables to be passed into your templates.
|
|
|
|
# values for rollout installation
|
|
installation:
|
|
namespace: kruise-rollout
|
|
createNamespace: true
|
|
|
|
rollout:
|
|
fullname: kruise-rollout-controller-manager
|
|
healthBindPort: "8081"
|
|
metricsBindAddr: "127.0.0.1:8080"
|
|
webhook:
|
|
port: 9876
|
|
# ObjectSelector for workloads in MutatingWebhookConfiguration, which
|
|
# allow Rollout operator focuses on the workloads that users really care.
|
|
objectSelector:
|
|
# - key: <your-focused-workload-label-key>
|
|
# operator: In # Exists DoesNotExist NotIn
|
|
# values:
|
|
# - <your-focused-workload-label-values>
|
|
|
|
|
|
log:
|
|
level: 4
|
|
featureGates: AdvancedDeployment=true
|
|
|
|
replicaCount: 2
|
|
|
|
image:
|
|
repository: openkruise/kruise-rollout
|
|
pullPolicy: Always
|
|
# Overrides the image tag whose default is the chart appVersion.
|
|
tag: v0.4.0
|
|
imagePullSecrets:
|
|
# - name: for-your-secret-name
|
|
serviceAccount:
|
|
# Annotations to add to the service account
|
|
annotations: {}
|
|
|
|
service:
|
|
port: 443
|
|
|
|
resources:
|
|
limits:
|
|
cpu: 500m
|
|
memory: 1Gi
|
|
requests:
|
|
cpu: 100m
|
|
memory: 256Mi
|
|
# We usually recommend not to specify default resources and to leave this as a conscious
|
|
# choice for the user. This also increases chances charts run on environments with little
|
|
# resources, such as Minikube. If you do want to specify resources, uncomment the following
|
|
# lines, adjust them as necessary, and remove the curly braces after 'resources:'.
|
|
# limits:
|
|
# cpu: 100m
|
|
# memory: 128Mi
|
|
# requests:
|
|
# cpu: 100m
|
|
# memory: 128Mi
|