bagipriyank commented on issue #9393:
URL: https://github.com/apache/pinot/issues/9393#issuecomment-1317728236
this is our helm chart config for server
```
server:
name: server
replicaCount: 15
updateStrategy:
type: RollingUpdate
podManagementPolicy: Parallel
podSecurityContext: {}
securityContext: {}
probes:
endpoint: "/health"
livenessEnabled: false
readinessEnabled: false
nodeSelector:
node_type: normal
tolerations: []
affinity: {}
podAnnotations:
"prometheus.io/scrape": "true"
"prometheus.io/port": "8008"
envFrom: []
extraEnv: []
log4j2ConfFile: /opt/pinot/conf/log4j2.xml
pluginsDir: /opt/pinot/plugins
service:
annotations:
"prometheus.io/scrape": "true"
"prometheus.io/port": "8008"
clusterIP: ""
externalIPs: []
loadBalancerIP: ""
loadBalancerSourceRanges: []
type: ClusterIP
nettyPort: 8098
nettyPortName: netty
adminPort: 8097
adminExposePort: 80
adminPortName: admin
nodePort: ""
protocol: TCP
resources:
limits:
cpu: 8
memory: 64G
requests:
cpu: 8
memory: 64G
dataDir: /var/pinot/server/data/index
segmentTarDir: /var/pinot/server/data/segment
persistence:
enabled: true
accessMode: ReadWriteOnce
size: 512G
mountPath: /var/pinot/server/data
storageClass: gp2
replicaCount: 1
jvmOpts: "-Xms8G -Xmx8G -XX:MaxDirectMemorySize=55G
-Xlog:gc*:file=/opt/pinot/gc-pinot-server.log
-javaagent:/opt/pinot/etc/jmx_prometheus_javaagent/jmx_prometheus_javaagent.jar=8008:/opt/pinot/etc/jmx_prometheus_javaagent/configs/pinot.yml"
extra:
configs: |-
pinot.set.instance.id.to.hostname=true
pinot.server.instance.realtime.alloc.offheap=true
pinot.server.instance.currentDataTableVersion=2
pinot.server.instance.dataDir=/var/pinot/server/data/index
pinot.server.instance.segmentTarDir=/var/pinot/server/data/segment
pinot.server.storage.factory.class.s3=org.apache.pinot.plugin.filesystem.S3PinotFS
pinot.server.storage.factory.s3.region=us-east-1
pinot.server.segment.fetcher.protocols=file,http,s3
pinot.controller.storage.factory.s3.disableAcl=false
pinot.server.segment.fetcher.s3.class=org.apache.pinot.common.utils.fetcher.PinotFSSegmentFetcher
pinot.server.segment.fetcher.s3.retry.count=10
pinot.server.instance.segment.store.uri=s3://<redacted>/controller-data
pinot.server.instance.max.parallel.refresh.threads=10
pinot.zk.server=zookeeper-offline.de-nrt-pinot.svc.cluster.local:2181
pinot.server.swagger.use.https=true
```
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]