Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 655eccde8c | |||
| df7adde1fb | |||
| f16f10cab4 |
@@ -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
|
||||
|
||||
|
||||
@@ -106,7 +106,7 @@ log {
|
||||
|
||||
# -----------------------------------------------------------------
|
||||
filter f_firewall {
|
||||
host("172.20.0.1")
|
||||
host("172.23.1.1")
|
||||
};
|
||||
|
||||
destination d_firewall {
|
||||
|
||||
Reference in New Issue
Block a user