converge/kubernetes/service.yaml
Erik Brakkee 9fc0241d08 lots of work to make it actually work.
Icluding the server keep alive interval.
Fix where expiry duration was added twice.
2024-09-08 11:16:48 +02:00

14 lines
183 B
YAML

apiVersion: v1
kind: Service
metadata:
labels:
app: converge
name: converge
spec:
ports:
- port: 8000
protocol: TCP
targetPort: 8000
selector:
app: converge