Skip to content

Commit

Permalink
WIFI-13361: change to most recent kafka without zookeeper
Browse files Browse the repository at this point in the history
Signed-off-by: Carsten Schafer <[email protected]>
  • Loading branch information
Carsten Schafer authored and Carsten Schafer committed May 15, 2024
1 parent a377966 commit 123c341
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 14 deletions.
6 changes: 1 addition & 5 deletions chart/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,16 +41,12 @@ dependencies:
condition: owlsui.enabled
- name: kafka
repository: oci://registry-1.docker.io/bitnamicharts
version: 26.8.3
version: 28.2.3
condition: kafka.enabled
- name: haproxy
repository: oci://registry-1.docker.io/bitnamicharts
version: 0.13.3
condition: haproxy.enabled
#- name: postgresql-ha
# repository: https://tip.jfrog.io/artifactory/tip-wlan-cloud-ucentral-helm/
# version: 8.6.13
# condition: postgresql-ha.enabled
- name: postgresql
repository: oci://registry-1.docker.io/bitnamicharts
version: 13.4.3
Expand Down
9 changes: 1 addition & 8 deletions chart/environment-values/values.base.insecure.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,13 +81,6 @@ kafka:
enabled: true
commonAnnotations:
cluster-autoscaler.kubernetes.io/safe-to-evict: "false"
#resources:
# requests:
# cpu: 100m
# memory: 512Mi
# limits:
# cpu: 500m
# memory: 1Gi
readinessProbe:
initialDelaySeconds: 45
livenessProbe:
Expand All @@ -113,4 +106,4 @@ kafka:
broker:
persistence:
size: 20Gi
replicaCount: 1
replicaCount: 2
2 changes: 1 addition & 1 deletion chart/environment-values/values.base.secure.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,7 @@ kafka:
broker:
persistence:
size: 20Gi
replicaCount: 1
replicaCount: 2

restapiCerts:
enabled: true

0 comments on commit 123c341

Please sign in to comment.