Icluding the server keep alive interval. Fix where expiry duration was added twice.
26 lines
430 B
YAML
26 lines
430 B
YAML
apiVersion: apps/v1
|
|
kind: Deployment
|
|
metadata:
|
|
labels:
|
|
app: converge
|
|
name: converge
|
|
namespace: wamblee-org
|
|
spec:
|
|
replicas: 1
|
|
selector:
|
|
matchLabels:
|
|
app: converge
|
|
template:
|
|
metadata:
|
|
labels:
|
|
app: converge
|
|
spec:
|
|
containers:
|
|
- image: your.repo.com/converge:1.0
|
|
imagePullPolicy: Always
|
|
name: converge
|
|
ports:
|
|
- containerPort: 8000
|
|
|
|
|