converge/kubernetes/service.yaml
Erik Brakkee 7e6b4d9272 lots of work to make it actually work.
Icluding the server keep alive interval.
Fix where expiry duration was added twice.
2024-07-21 22:36:17 +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