Skip to content

Commit

Permalink
remove deepflow server ssl grpc nodeport
Browse files Browse the repository at this point in the history
**Phenomenon and reproduction steps**

remove deepflow server ssl grpc nodeport

**Root cause and solution**

remove deepflow server ssl grpc nodeport

**Impactions**

(Visible changes after this fix)

**Test method**

(Test method to ensure the bug is fixed)

**Affected branch(es)**

* main

**Checklist**

- [ ] Dependencies update required
- [ ] Common bug (similar problem in other repo)
  • Loading branch information
宋 建昌 committed Aug 11, 2022
1 parent fce1667 commit 793647b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion charts/deepflow-agent/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion charts/deepflow/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
4 changes: 2 additions & 2 deletions charts/deepflow/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 793647b

Please sign in to comment.