converge/kubernetes/deployment.yaml
Erik Brakkee 3c803d6125 removed password based access
authorized keys can now be modified within the session.
keep last set of keys when no valid keys were found and keys are changed during the session .
2024-08-06 22:03:36 +02:00

29 lines
500 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
env:
- name: CONVERGE_USERNAME
value: converge