Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user