lokinet/contrib/kubernetes/lokinet-service.yaml

13 lines
179 B
YAML
Raw Normal View History

2019-01-21 12:05:45 +00:00
kind: Service
apiVersion: v1
metadata:
name: lokinet
labels:
app: lokinet
2019-01-21 12:05:45 +00:00
spec:
selector:
app: lokinet
2019-01-21 12:05:45 +00:00
ports:
- protocol: UDP
port: 1090
targetPort: 1090