File tree Expand file tree Collapse file tree 4 files changed +11
-10
lines changed
Expand file tree Collapse file tree 4 files changed +11
-10
lines changed Original file line number Diff line number Diff line change @@ -5,8 +5,8 @@ annotations:
55 dataPlaneVersion : " 1.1.938"
66 autoScalerVersion : " 1.1.902"
77 artifacthub.io/changes : |-
8- - kind: added
9- description: Add Datadog Agent
8+ - kind: fixed
9+ description: DataDog Syslog configuration
1010name : superstream
1111description : Superstream Official Helm chart
1212home : https://superstream.ai
@@ -30,7 +30,7 @@ type: application
3030# This is the chart version. This version number should be incremented each time you make changes
3131# to the chart and its templates, including the app version.
3232# Versions are expected to follow Semantic Versioning (https://semver.org/)
33- version : 0.9.47
33+ version : 0.9.48
3434# This is the version number of the application being deployed. This version number should be
3535# incremented each time you make changes to the application. Versions are not expected to
3636# follow Semantic Versioning. They should reflect the version the application is using.
Original file line number Diff line number Diff line change 9191 - name : CONTROL_PLANE_PROTOCOL
9292 value : {{ .Values.controlPlane.protocol | quote }}
9393 - name : SYSLOG_HOST
94- value : {{ .Values.syslog.host | quote }}
94+ value : {{ .Values.syslog.remoteSyslog }}.{{ .Release.Namespace }}
9595 - name : SYSLOG_PROTOCOL
9696 value : {{ .Values.syslog.protocol | quote }}
9797 - name : SYSLOG_PORT
@@ -122,7 +122,7 @@ spec:
122122 - name : CONTROL_PLANE_PROTOCOL
123123 value : {{ .Values.controlPlane.protocol | quote }}
124124 - name : SYSLOG_HOST
125- value : {{ .Values.syslog.host | quote }}
125+ value : {{ .Values.syslog.remoteSyslog }}.{{ .Release.Namespace }}
126126 - name : SYSLOG_PROTOCOL
127127 value : {{ .Values.syslog.protocol | quote }}
128128 - name : SYSLOG_PORT
@@ -361,7 +361,7 @@ spec:
361361 - name : CONTROL_PLANE_PROTOCOL
362362 value : {{ .Values.controlPlane.protocol | quote }}
363363 - name : SYSLOG_HOST
364- value : {{ .Values.syslog.host | quote }}
364+ value : {{ .Values.syslog.remoteSyslog }}.{{ .Release.Namespace }}
365365 - name : SYSLOG_PROTOCOL
366366 value : {{ .Values.syslog.protocol | quote }}
367367 - name : SYSLOG_PORT
Original file line number Diff line number Diff line change @@ -37,9 +37,10 @@ controlPlane:
3737 port : " 4222"
3838 protocol : " nats"
3939syslog :
40- host : " telegraf"
41- protocol : " udp"
42- port : " 6514"
40+ enabled : true
41+ remoteSyslog : superstream-syslog
42+ port : 5514
43+ protocol : udp
4344
4445# Service configuration
4546service :
Original file line number Diff line number Diff line change 1- 0.9.47
1+ 0.9.48
You can’t perform that action at this time.
0 commit comments