Skip to content

Commit

Permalink
fix: default config
Browse files Browse the repository at this point in the history
  • Loading branch information
fengxsong committed Jun 24, 2021
1 parent ca81f96 commit 1912a42
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions container/helm/templates/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,10 @@ data:
sync-topic-enabled: false # 未落盘的Topic定期同步到DB中
account:
# ldap settings
ldap:
enabled: false
authUserRegistration: false
kcm:
enabled: false
Expand Down
6 changes: 3 additions & 3 deletions container/helm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: ""
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit 1912a42

Please sign in to comment.