fix(apps): enable secondary services on some new apps (#1548)
* fix(apps): enable secondary services on some new apps * bump patch
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
apiVersion: v2
|
||||
kubeVersion: ">=1.16.0-0"
|
||||
name: syslog-ng
|
||||
version: 0.0.3
|
||||
version: 0.0.4
|
||||
appVersion: "3.30.1"
|
||||
description: syslog-ng allows you to flexibly collect, parse, classify, rewrite and correlate logs.
|
||||
type: application
|
||||
|
||||
@@ -21,14 +21,18 @@ service:
|
||||
targetPort: 6601
|
||||
port: 6601
|
||||
syslog-udp:
|
||||
enabled: true
|
||||
ports:
|
||||
syslog-udp:
|
||||
enabled: true
|
||||
protocol: UDP
|
||||
targetPort: 5514
|
||||
port: 5514
|
||||
syslog-tls:
|
||||
enabled: true
|
||||
ports:
|
||||
syslog-tls:
|
||||
enabled: true
|
||||
targetPort: 6514
|
||||
port: 6514
|
||||
|
||||
|
||||
Reference in New Issue
Block a user