Skip to content

Commit 6bddfda

Browse files
committed
syslog
1 parent 6c00a26 commit 6bddfda

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

helm/charts/syslog/templates/service.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ spec:
99
type: {{ .Values.service.type }}
1010
ports:
1111
- port: {{ .Values.service.port }}
12-
targetPort: syslog
12+
targetPort: 5514
1313
protocol: UDP
1414
name: syslog
1515
selector:

helm/charts/syslog/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ image:
77

88
service:
99
type: ClusterIP
10-
port: 514
10+
port: 5514
1111

1212

1313
resources: {}

0 commit comments

Comments
 (0)