Files
truecharts/charts/stable/syslog-ng/values.yaml
T
TrueCharts Bot 210ae2894e chore(deps): update docker general non-major (#3623)
* chore(deps): update docker general non-major

* Commit bumped Chart Version

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2022-08-30 08:49:45 +03:00

47 lines
776 B
YAML

image:
repository: tccr.io/truecharts/syslog-ng
pullPolicy: IfNotPresent
tag: 3.38.1@sha256:75098628135e09c249c0c58c81b71f69a105aba9bc388499d608681ccd172fc6
securityContext:
runAsNonRoot: false
readOnlyRootFilesystem: false
podSecurityContext:
runAsUser: 0
runAsGroup: 0
env: {}
service:
main:
ports:
main:
targetPort: 601
port: 6601
syslog-udp:
enabled: true
ports:
syslog-udp:
enabled: true
protocol: UDP
targetPort: 514
port: 5514
syslog-tls:
enabled: true
ports:
syslog-tls:
enabled: true
targetPort: 6514
port: 6514
persistence:
varrun:
enabled: true
config:
enabled: true
mountPath: "/config"
portal:
enabled: false