1
1
Fork 0
mirror of https://github.com/oxen-io/lokinet synced 2023-12-14 06:53:00 +01:00
lokinet/contrib/kubernetes/loki-deployment.yaml
Jeff Becker d89e58199a
add initial identity key seed stuff
add more kubernetes stuff

make shared library installed if built
2019-01-21 10:45:18 -05:00

30 lines
605 B
YAML

apiVersion: apps/v1
kind: Deployment
metadata:
name: loki-deployment
labels:
app: loki-svc-node
spec:
replicas: 2
selector:
matchLabels:
app: loki-svc-node
template:
metadata:
labels:
app: loki-svc-node
spec:
containers:
- name: loki-svc-node
image: jaaff/loki-svc-kubernetes
ports:
- protocol: TCP
port: 22022
targetPort: 22022
- protocol: TCP
port: 22023
targetPort: 22023
- protocol: UDP
port: 1090
targetPort: 1090