collector default value
This commit is contained in:
parent
9e4b7dd5c1
commit
73ca1696e0
|
@ -41,7 +41,7 @@ spec:
|
||||||
imagePullPolicy: Always
|
imagePullPolicy: Always
|
||||||
env:
|
env:
|
||||||
- name: CLUSTER_ENABLE
|
- name: CLUSTER_ENABLE
|
||||||
value: "{{ .Values.cluster.enalbe }}"
|
value: "{{ .Values.cluster.enable }}"
|
||||||
- name: CLUSTER_ZOOKEEPER_ADDRESS
|
- name: CLUSTER_ZOOKEEPER_ADDRESS
|
||||||
value: "{{ .Values.cluster.zookeeperAddress }}"
|
value: "{{ .Values.cluster.zookeeperAddress }}"
|
||||||
- name: HBASE_HOST
|
- name: HBASE_HOST
|
||||||
|
@ -60,12 +60,19 @@ spec:
|
||||||
value: "{{ .Values.debugLevel }}"
|
value: "{{ .Values.debugLevel }}"
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 9080
|
- containerPort: 9080
|
||||||
|
protocol: TCP
|
||||||
- containerPort: 9991
|
- containerPort: 9991
|
||||||
|
protocol: TCP
|
||||||
- containerPort: 9992
|
- containerPort: 9992
|
||||||
|
protocol: TCP
|
||||||
- containerPort: 9993
|
- containerPort: 9993
|
||||||
|
protocol: TCP
|
||||||
- containerPort: 9994
|
- containerPort: 9994
|
||||||
|
protocol: TCP
|
||||||
- containerPort: 9995
|
- containerPort: 9995
|
||||||
|
protocol: UDP
|
||||||
- containerPort: 9996
|
- containerPort: 9996
|
||||||
|
protocol: UDP
|
||||||
livenessProbe:
|
livenessProbe:
|
||||||
failureThreshold: 3
|
failureThreshold: 3
|
||||||
httpGet:
|
httpGet:
|
||||||
|
|
|
@ -7,3 +7,12 @@ rollingMaxUnavailable: 1
|
||||||
tolerations: []
|
tolerations: []
|
||||||
resources: {}
|
resources: {}
|
||||||
image: pinpointdocker/pinpoint-collector:2.0.4
|
image: pinpointdocker/pinpoint-collector:2.0.4
|
||||||
|
|
||||||
|
cluster:
|
||||||
|
enable: true
|
||||||
|
|
||||||
|
hbase:
|
||||||
|
host: "localhost:1234"
|
||||||
|
|
||||||
|
flink:
|
||||||
|
enable: false
|
Loading…
Reference in New Issue