You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

27 lines
644 B

kind: Deployment
apiVersion: extensions/v1beta1
metadata:
name: rainloop
spec:
replicas: 1
template:
metadata:
labels:
app: rainloop
spec:
imagePullSecrets:
- name: regsecret
containers:
- name: rainloop
# command: ["sleep", "3600"]
image: docker.nixaid.com:5010/andrey01/rainloop:1.11.3
imagePullPolicy: Always
volumeMounts:
- mountPath: /opt/rainloop/data
name: rainloop
# rainloop also mounts /var/log/rainloop to a docker volume
volumes:
- name: rainloop
persistentVolumeClaim:
claimName: rainloop