02e0d002a1
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [balabit/syslog-ng](https://togithub.com/syslog-ng/syslog-ng) | minor | `4.7.1` -> `4.8.0` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40NDAuNiIsInVwZGF0ZWRJblZlciI6IjM3LjQ0MC42IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->
53 lines
980 B
YAML
53 lines
980 B
YAML
image:
|
|
repository: balabit/syslog-ng
|
|
pullPolicy: IfNotPresent
|
|
tag: 4.8.0@sha256:835dec2018cf96ee1d7051950851c07f6f11ba538d89a828e40307a47117c049
|
|
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:
|
|
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
|