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