2021-12-12 22:27:04 +00:00
|
|
|
image:
|
|
|
|
repository: tccr.io/truecharts/syslog-ng
|
|
|
|
pullPolicy: IfNotPresent
|
2022-03-15 15:05:49 +00:00
|
|
|
tag: v3.36.1@sha256:7b8d18e31faad631d519c5a8f10bd711ff4fd5862830a6a61b3f1c47ab05da0f
|
2021-12-12 22:27:04 +00:00
|
|
|
|
|
|
|
securityContext:
|
|
|
|
runAsNonRoot: false
|
|
|
|
readOnlyRootFilesystem: false
|
|
|
|
|
|
|
|
podSecurityContext:
|
|
|
|
runAsUser: 0
|
|
|
|
runAsGroup: 0
|
|
|
|
|
2022-02-22 23:09:39 +00:00
|
|
|
env: {}
|
2021-12-12 22:27:04 +00:00
|
|
|
|
|
|
|
service:
|
|
|
|
main:
|
|
|
|
ports:
|
|
|
|
main:
|
2022-02-22 23:09:39 +00:00
|
|
|
targetPort: 601
|
2021-12-12 22:27:04 +00:00
|
|
|
port: 6601
|
|
|
|
syslog-udp:
|
2021-12-17 11:20:48 +00:00
|
|
|
enabled: true
|
2021-12-12 22:27:04 +00:00
|
|
|
ports:
|
|
|
|
syslog-udp:
|
2021-12-17 11:20:48 +00:00
|
|
|
enabled: true
|
2021-12-12 22:27:04 +00:00
|
|
|
protocol: UDP
|
2022-02-22 23:09:39 +00:00
|
|
|
targetPort: 514
|
2021-12-12 22:27:04 +00:00
|
|
|
port: 5514
|
|
|
|
syslog-tls:
|
2021-12-17 11:20:48 +00:00
|
|
|
enabled: true
|
2021-12-12 22:27:04 +00:00
|
|
|
ports:
|
|
|
|
syslog-tls:
|
2021-12-17 11:20:48 +00:00
|
|
|
enabled: true
|
2021-12-12 22:27:04 +00:00
|
|
|
targetPort: 6514
|
|
|
|
port: 6514
|
|
|
|
|
|
|
|
persistence:
|
|
|
|
varrun:
|
|
|
|
enabled: true
|
|
|
|
config:
|
|
|
|
enabled: true
|
2021-12-18 19:25:00 +00:00
|
|
|
mountPath: "/config"
|