Skip to content

Commit

Permalink
#1 - Zookeeper version upgrade, set persistence claim and network loa…
Browse files Browse the repository at this point in the history
…d balancer config
  • Loading branch information
patkyn committed Dec 12, 2024
1 parent 167372b commit 7005ce6
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 6 deletions.
2 changes: 1 addition & 1 deletion zookeeper/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ description: ZK cluster with zookeeper for biocache and bie
version: 0.1.0
dependencies:
- name: zookeeper
version: "12.1.6"
version: "13.6.0"
repository: "https://charts.bitnami.com/bitnami"

19 changes: 14 additions & 5 deletions zookeeper/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,20 @@ zookeeper:
image:
registry: docker.io
repository: bitnami/zookeeper
tag: 3.9.1-debian-11-r1
tag: 3.9.3-debian-12-r1
pullPolicy: Always
replicaCount: 5
dataLogDir: ""
persistence:
replicaCount: 3
volumePermissions:
enabled: false
persistence:
enabled: true
existingClaim: zookeeper-claim
accessMode: ReadWriteMany
size: 25Gi
size: 8Gi
fourlwCommandsWhitelist: "*" # see https://zookeeper.apache.org/doc/r3.4.10/zookeeperAdmin.html by default in previous versions turned on
service:
annotations:
service.beta.kubernetes.io/aws-load-balancer-type: external
service.beta.kubernetes.io/aws-load-balancer-scheme: internal
service.beta.kubernetes.io/aws-load-balancer-nlb-target-type: ip
service.beta.kubernetes.io/aws-load-balancer-healthcheck-port: "2181"

0 comments on commit 7005ce6

Please sign in to comment.