Icluding the server keep alive interval. Fix where expiry duration was added twice.
14 lines
183 B
YAML
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
|