4 Commits
0.0.4 ... 0.1.1

Author SHA1 Message Date
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
12b3ac5560 fix loadbalanecer external policy
All checks were successful
ci/woodpecker/tag/woodpecker Pipeline was successful
2026-02-19 13:41:07 +01:00
bac1e65d99 fix
All checks were successful
ci/woodpecker/tag/woodpecker Pipeline was successful
2026-02-19 13:34:27 +01:00
3 changed files with 17 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
FROM alpine:3.22.2 FROM alpine:3.23.3
LABEL Maintainer="Wolfgang Hottgenroth <woho@hottis.de>" LABEL Maintainer="Wolfgang Hottgenroth <woho@hottis.de>"
LABEL ImageName="" LABEL ImageName=""
@@ -14,4 +14,3 @@ EXPOSE 514/udp
CMD [ "/usr/sbin/syslog-ng", "-f", "/etc/syslog-ng/syslog-ng.conf", "-F" ] CMD [ "/usr/sbin/syslog-ng", "-f", "/etc/syslog-ng/syslog-ng.conf", "-F" ]

View File

@@ -46,6 +46,21 @@ metadata:
name: syslog name: syslog
spec: spec:
type: LoadBalancer type: LoadBalancer
externalTrafficPolicy: Local
selector:
app: syslog-ng
ports:
- name: syslog
port: 514
targetPort: 514
protocol: UDP
---
apiVersion: v1
kind: Service
metadata:
name: syslog-internal
spec:
type: ClusterIP
selector: selector:
app: syslog-ng app: syslog-ng
ports: ports:

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 {