feat(monitoring): victoria-logs syslog listener for unifi
This commit is contained in:
@@ -35,6 +35,12 @@ spec:
|
||||
type: NodePort
|
||||
nodePort: 30429
|
||||
clusterIP: ""
|
||||
syslog:
|
||||
udp:
|
||||
- name: syslog-udp
|
||||
value: ":514"
|
||||
useRemoteIP: true
|
||||
useLocalTimestamp: true
|
||||
resources:
|
||||
requests:
|
||||
cpu: 50m
|
||||
|
||||
@@ -0,0 +1,18 @@
|
||||
apiVersion: v1
|
||||
kind: Service
|
||||
metadata:
|
||||
name: victoria-logs-syslog
|
||||
namespace: monitoring
|
||||
spec:
|
||||
type: NodePort
|
||||
externalTrafficPolicy: Local
|
||||
selector:
|
||||
app: server
|
||||
app.kubernetes.io/instance: monitoring-victoria-logs-single
|
||||
app.kubernetes.io/name: victoria-logs-single
|
||||
ports:
|
||||
- name: syslog-udp
|
||||
protocol: UDP
|
||||
port: 514
|
||||
targetPort: 514
|
||||
nodePort: 30514
|
||||
Reference in New Issue
Block a user