mirror of
https://github.com/oxen-io/lokinet.git
synced 2024-11-02 03:40:12 +00:00
d89e58199a
add more kubernetes stuff make shared library installed if built
13 lines
179 B
YAML
13 lines
179 B
YAML
kind: Service
|
|
apiVersion: v1
|
|
metadata:
|
|
name: lokinet
|
|
labels:
|
|
app: lokinet
|
|
spec:
|
|
selector:
|
|
app: lokinet
|
|
ports:
|
|
- protocol: UDP
|
|
port: 1090
|
|
targetPort: 1090 |