collector default value

This commit is contained in:
JacksChoco 2020-08-08 16:05:42 +09:00
parent 9e4b7dd5c1
commit 73ca1696e0
2 changed files with 18 additions and 2 deletions

View File

@ -41,7 +41,7 @@ spec:
imagePullPolicy: Always
env:
- name: CLUSTER_ENABLE
value: "{{ .Values.cluster.enalbe }}"
value: "{{ .Values.cluster.enable }}"
- name: CLUSTER_ZOOKEEPER_ADDRESS
value: "{{ .Values.cluster.zookeeperAddress }}"
- name: HBASE_HOST
@ -60,12 +60,19 @@ spec:
value: "{{ .Values.debugLevel }}"
ports:
- containerPort: 9080
protocol: TCP
- containerPort: 9991
protocol: TCP
- containerPort: 9992
protocol: TCP
- containerPort: 9993
protocol: TCP
- containerPort: 9994
protocol: TCP
- containerPort: 9995
protocol: UDP
- containerPort: 9996
protocol: UDP
livenessProbe:
failureThreshold: 3
httpGet:

View File

@ -7,3 +7,12 @@ rollingMaxUnavailable: 1
tolerations: []
resources: {}
image: pinpointdocker/pinpoint-collector:2.0.4
cluster:
enable: true
hbase:
host: "localhost:1234"
flink:
enable: false