We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c00a26 commit 6bddfdaCopy full SHA for 6bddfda
helm/charts/syslog/templates/service.yaml
@@ -9,7 +9,7 @@ spec:
9
type: {{ .Values.service.type }}
10
ports:
11
- port: {{ .Values.service.port }}
12
- targetPort: syslog
+ targetPort: 5514
13
protocol: UDP
14
name: syslog
15
selector:
helm/charts/syslog/values.yaml
@@ -7,7 +7,7 @@ image:
7
8
service:
type: ClusterIP
- port: 514
+ port: 5514
resources: {}
0 commit comments