Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .ci/clusters/values-bk-tls.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ volumes:
affinity:
anti_affinity: false

# disable auto recovery
# disable auto recovery and pulsar manager
components:
autorecovery: false
pulsar_manager: false
Expand Down
2 changes: 1 addition & 1 deletion .ci/clusters/values-broker-tls.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ volumes:
affinity:
anti_affinity: false

# disable auto recovery
# disable auto recovery and pulsar manager
components:
autorecovery: false
pulsar_manager: false
Expand Down
2 changes: 1 addition & 1 deletion .ci/clusters/values-function.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ volumes:
affinity:
anti_affinity: false

# disable auto recovery
# disable auto recovery and pulsar manager
components:
autorecovery: false
pulsar_manager: false
Expand Down
6 changes: 2 additions & 4 deletions .ci/clusters/values-jwt-asymmetric.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,6 @@
# under the License.
#

components:
pulsar_manager: false

monitoring:
prometheus: false
grafana: false
Expand All @@ -33,9 +30,10 @@ volumes:
affinity:
anti_affinity: false

# disable auto recovery
# disable auto recovery and pulsar manager
components:
autorecovery: false
pulsar_manager: false

zookeeper:
replicaCount: 1
Expand Down
6 changes: 2 additions & 4 deletions .ci/clusters/values-jwt-symmetric.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,6 @@
# under the License.
#

components:
pulsar_manager: false

monitoring:
prometheus: false
grafana: false
Expand All @@ -33,9 +30,10 @@ volumes:
affinity:
anti_affinity: false

# disable auto recovery
# disable auto recovery and pulsar manager
components:
autorecovery: false
pulsar_manager: false

zookeeper:
replicaCount: 1
Expand Down
6 changes: 2 additions & 4 deletions .ci/clusters/values-local-pv.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,6 @@
# under the License.
#

components:
pulsar_manager: false

monitoring:
prometheus: false
grafana: false
Expand All @@ -33,9 +30,10 @@ volumes:
affinity:
anti_affinity: false

# disable auto recovery
# disable auto recovery and pulsar manager
components:
autorecovery: false
pulsar_manager: false

zookeeper:
replicaCount: 1
Expand Down
6 changes: 2 additions & 4 deletions .ci/clusters/values-pulsar-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,6 @@
# under the License.
#

components:
pulsar_manager: false

monitoring:
prometheus: false
grafana: false
Expand All @@ -33,9 +30,10 @@ volumes:
affinity:
anti_affinity: false

# disable auto recovery
# disable auto recovery and pulsar manager
components:
autorecovery: false
pulsar_manager: false

zookeeper:
replicaCount: 1
Expand Down
6 changes: 2 additions & 4 deletions .ci/clusters/values-tls.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,6 @@
# under the License.
#

components:
pulsar_manager: false

monitoring:
prometheus: false
grafana: false
Expand All @@ -33,9 +30,10 @@ volumes:
affinity:
anti_affinity: false

# disable auto recovery
# disable auto recovery and pulsar manager
components:
autorecovery: false
pulsar_manager: false

zookeeper:
replicaCount: 1
Expand Down
6 changes: 2 additions & 4 deletions .ci/clusters/values-zk-tls.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,6 @@
# under the License.
#

components:
pulsar_manager: false

monitoring:
prometheus: false
grafana: false
Expand All @@ -33,9 +30,10 @@ volumes:
affinity:
anti_affinity: false

# disable auto recovery
# disable auto recovery and pulsar manager
components:
autorecovery: false
pulsar_manager: false

zookeeper:
replicaCount: 1
Expand Down
6 changes: 2 additions & 4 deletions .ci/clusters/values-zkbk-tls.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,6 @@
# under the License.
#

components:
pulsar_manager: false

monitoring:
prometheus: false
grafana: false
Expand All @@ -33,9 +30,10 @@ volumes:
affinity:
anti_affinity: false

# disable auto recovery
# disable auto recovery and pulsar manager
components:
autorecovery: false
pulsar_manager: false

zookeeper:
replicaCount: 1
Expand Down