MMirelli edited a comment on pull request #11951:
URL: https://github.com/apache/pulsar/pull/11951#issuecomment-915005547
For completeness I will also add the `pulsar-values.yaml`:
```
enableAntiAffinity: false
initialize: true # ASF Helm Chart
affinity: # ASF Helm Chart
anti_affinity: no
restartOnConfigMapChange:
enabled: yes
enableTls: yes
cert-manager:
enabled: true
createCertificates:
selfSigned:
enabled: true
enableTokenAuth: yes
autoRecovery:
enableProvisionContainer: yes
image:
zookeeper:
repository: massimilianomirelli/pulsar
tag: 2.8.1-rc3
bookie:
repository: massimilianomirelli/pulsar
tag: 2.8.1-rc3
bookkeeper:
repository: massimilianomirelli/pulsar
tag: 2.8.1-rc3
autorecovery:
repository: massimilianomirelli/pulsar
tag: 2.8.1-rc3
broker:
repository: massimilianomirelli/pulsar
tag: 2.8.1-rc3
proxy:
repository: massimilianomirelli/pulsar
tag: 2.8.1-rc3
functions:
repository: massimilianomirelli/pulsar
tag: 2.8.1-rc3
function:
repository: massimilianomirelli/pulsar
tag: 2.8.1-rc3
extra:
function: yes
burnell: yes
burnellLogCollector: yes
pulsarHeartbeat: yes
pulsarAdminConsole: yes
autoRecovery: yes
functionsAsPods: yes
default_storage:
existingStorageClassName: server-storage
volumes:
data: #ASF Helm Chart
storageClassName: existent-storage-class
zookeeper:
replicaCount: 1
bookkeeper:
replicaCount: 3
broker:
component: broker
replicaCount: 1
ledger:
defaultEnsembleSize: 2
defaultAckQuorum: 2
defaultWriteQuorum: 2
configData:
loadBalancerBrokerOverloadedThresholdPercentage: "95"
loadBalancerLoadSheddingStrategy:
"org.apache.pulsar.broker.loadbalance.impl.OverloadShedder"
loadBalancerBrokerThresholdShedderPercentage: "10"
function:
replicaCount: 1
functionReplicaCount: 1
runtime: "kubernetes"
proxy:
replicaCount: 1
autoPortAssign:
enablePlainTextWithTLS: yes
service:
type: ClusterIP
autoPortAssign:
enabled: yes
grafanaDashboards:
enabled: no
pulsarAdminConsole:
replicaCount: 0
service:
type: ClusterIP
grafana: #ASF Helm Chart
service:
type: ClusterIP
pulsar_manager:
service:
type: ClusterIP
kube-prometheus-stack:
enabled: no
prometheusOperator:
enabled: no
grafana:
enabled: no
adminPassword: e9JYtk83*4#PM8
service:
type: ClusterIP
pulsarSQL:
service:
type: ClusterIP
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]