3 Commits
0.0.8 ... main

Author SHA1 Message Date
655eccde8c for cron 2026-02-19 22:06:32 +01:00
df7adde1fb fix cfg
All checks were successful
ci/woodpecker/tag/woodpecker Pipeline was successful
2026-02-19 21:48:57 +01:00
f16f10cab4 add cluster ip service
All checks were successful
ci/woodpecker/tag/woodpecker Pipeline was successful
2026-02-19 21:40:26 +01:00
3 changed files with 16 additions and 1 deletions

View File

@@ -54,4 +54,18 @@ spec:
port: 514 port: 514
targetPort: 514 targetPort: 514
protocol: UDP protocol: UDP
---
apiVersion: v1
kind: Service
metadata:
name: syslog-internal
spec:
type: ClusterIP
selector:
app: syslog-ng
ports:
- name: syslog
port: 514
targetPort: 514
protocol: UDP

1
for-cron Normal file
View File

@@ -0,0 +1 @@
/usr/bin/find /var/log/remote -mtime +30 -delete

View File

@@ -106,7 +106,7 @@ log {
# ----------------------------------------------------------------- # -----------------------------------------------------------------
filter f_firewall { filter f_firewall {
host("172.20.0.1") host("172.23.1.1")
}; };
destination d_firewall { destination d_firewall {