add cluster ip service
All checks were successful
ci/woodpecker/tag/woodpecker Pipeline was successful

This commit is contained in:
2026-02-19 21:40:26 +01:00
parent 12b3ac5560
commit f16f10cab4

View File

@@ -54,4 +54,18 @@ spec:
port: 514
targetPort: 514
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