From f16f10cab4d57da69608119dfb9d21e540574be8 Mon Sep 17 00:00:00 2001 From: Wolfgang Hottgenroth Date: Thu, 19 Feb 2026 21:40:26 +0100 Subject: [PATCH] add cluster ip service --- deploy-yml.tmpl | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/deploy-yml.tmpl b/deploy-yml.tmpl index 678c055..7047a31 100644 --- a/deploy-yml.tmpl +++ b/deploy-yml.tmpl @@ -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