Skip to content

Commit

Permalink
Update anvil zk controller port
Browse files Browse the repository at this point in the history
Signed-off-by: Tyler Gu <[email protected]>
  • Loading branch information
tylergu committed Sep 22, 2023
1 parent 0dd46e5 commit 64cab37
Show file tree
Hide file tree
Showing 2 changed files with 532 additions and 5 deletions.
8 changes: 4 additions & 4 deletions data/anvil-zookeeper-operator/cr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ apiVersion: anvil.dev/v1
kind: ZookeeperCluster
metadata:
name: zookeeper
namespace: default
spec:
replicas: 3
image: pravega/zookeeper:0.2.14
Expand All @@ -27,7 +28,6 @@ spec:
autoPurgeSnapRetainCount: 3
autoPurgePurgeInterval: 1
quorumListenOnAllIps: false
resources:
requests:
memory: "256Mi"
cpu: "500m"
persistence:
enabled: true
storageSize: 20Gi
Loading

0 comments on commit 64cab37

Please sign in to comment.