apiVersion: apps/v1 kind: Deployment metadata: annotations: kompose.cmd: kompose convert kompose.version: 1.34.0 (cbf2835db) labels: io.kompose.service: redis name: redis namespace: sharelatex spec: replicas: 1 selector: matchLabels: io.kompose.service: redis strategy: type: Recreate template: metadata: annotations: kompose.cmd: kompose convert kompose.version: 1.34.0 (cbf2835db) labels: io.kompose.service: redis spec: containers: - image: redis:6.2 name: redis volumeMounts: - mountPath: /data name: redis-claim0 restartPolicy: Always volumes: - name: redis-claim0 persistentVolumeClaim: claimName: redis-claim0