2021-12-12 22:27:04 +00:00
|
|
|
image:
|
|
|
|
repository: tccr.io/truecharts/syslog-ng
|
|
|
|
pullPolicy: IfNotPresent
|
2023-09-28 19:39:25 +00:00
|
|
|
tag: v4.4.0@sha256:2d6d03f0565072b0c4bb4e0490c39e78538db481e3a6e30db189e4c40bbd219a
|
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
|
2023-04-14 16:11: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"
|
2022-08-08 21:25:02 +00:00
|
|
|
portal:
|
2023-04-14 16:11:04 +00:00
|
|
|
open:
|
|
|
|
enabled: false
|
|
|
|
securityContext:
|
|
|
|
container:
|
|
|
|
runAsNonRoot: false
|
|
|
|
readOnlyRootFilesystem: false
|
|
|
|
runAsUser: 0
|
|
|
|
runAsGroup: 0
|
|
|
|
workload:
|
|
|
|
main:
|
|
|
|
podSpec:
|
|
|
|
containers:
|
|
|
|
main:
|
|
|
|
probes:
|
|
|
|
liveness:
|
|
|
|
type: tcp
|
|
|
|
readiness:
|
|
|
|
type: tcp
|
|
|
|
startup:
|
|
|
|
type: tcp
|