diff --git a/charts/deepflow-agent/Chart.yaml b/charts/deepflow-agent/Chart.yaml index ab4f767..b72a09c 100644 --- a/charts/deepflow-agent/Chart.yaml +++ b/charts/deepflow-agent/Chart.yaml @@ -3,7 +3,7 @@ description: An automated observability platform for cloud-native developers. name: deepflow-agent engine: gotpl type: application -version: 0.1.009 +version: 0.1.010 appVersion: "6.1.1" kubeVersion: ">=1.16.0-0" sources: diff --git a/charts/deepflow/Chart.yaml b/charts/deepflow/Chart.yaml index 6a14654..b138897 100644 --- a/charts/deepflow/Chart.yaml +++ b/charts/deepflow/Chart.yaml @@ -3,7 +3,7 @@ description: An automated observability platform for cloud-native developers. name: deepflow engine: gotpl type: application -version: 0.1.009 +version: 0.1.010 appVersion: "6.1.1" kubeVersion: ">=1.16.0-0" sources: diff --git a/charts/deepflow/values.yaml b/charts/deepflow/values.yaml index 47b95ff..b713ccd 100644 --- a/charts/deepflow/values.yaml +++ b/charts/deepflow/values.yaml @@ -26,7 +26,7 @@ global: clickhouse: 30900 deepflowServerIngester: 30033 deepflowServerGrpc: 30035 - deepflowServerSslGrpc: 30135 + # deepflowServerSslGrpc: 30135 deepflowServerhealthCheck: 30417 ntpServer: ntp.aliyun.com ## Whether to enable allInone local storage, if enabled, the local /opt directory is used to store data by default, ignoring the node affinity check, and is not responsible for any data persistence @@ -123,7 +123,7 @@ server: - name: ssl-grpc port: 20135 targetPort: 20135 - nodePort: "{{ .Values.global.nodePort.deepflowServerSslGrpc }}" + nodePort: # "{{ .Values.global.nodePort.deepflowServerSslGrpc }}" protocol: TCP - name: ingester port: 20033