From 1912a4209149c1354a35dd28c358f445d45c8f83 Mon Sep 17 00:00:00 2001 From: fengxusong Date: Thu, 24 Jun 2021 14:00:29 +0800 Subject: [PATCH] fix: default config --- container/helm/templates/configmap.yaml | 3 +++ container/helm/values.yaml | 6 +++--- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/container/helm/templates/configmap.yaml b/container/helm/templates/configmap.yaml index 25940cc6..b487f2bd 100644 --- a/container/helm/templates/configmap.yaml +++ b/container/helm/templates/configmap.yaml @@ -64,7 +64,10 @@ data: sync-topic-enabled: false # 未落盘的Topic定期同步到DB中 account: + # ldap settings ldap: + enabled: false + authUserRegistration: false kcm: enabled: false diff --git a/container/helm/values.yaml b/container/helm/values.yaml index 8eadbb1a..cbb6f3d4 100644 --- a/container/helm/values.yaml +++ b/container/helm/values.yaml @@ -8,7 +8,7 @@ image: repository: docker.io/fengxsong/logi-kafka-manager pullPolicy: IfNotPresent # Overrides the image tag whose default is the chart appVersion. - tag: "2.4.2" + tag: "v2.4.2" imagePullSecrets: [] nameOverride: "" @@ -60,10 +60,10 @@ resources: # 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: 50m + cpu: 500m memory: 2048Mi requests: - cpu: 10m + cpu: 100m memory: 200Mi autoscaling: