apiVersion: apps/v1 kind: Deployment metadata: annotations: kompose.cmd: kompose convert kompose.version: 1.26.0 (40646f47) creationTimestamp: null labels: io.kompose.service: certbot name: certbot spec: replicas: 1 selector: matchLabels: io.kompose.service: certbot strategy: type: Recreate template: metadata: annotations: kompose.cmd: kompose convert kompose.version: 1.26.0 (40646f47) creationTimestamp: null labels: io.kompose.service: certbot spec: containers: - image: certbot/certbot:latest name: certbot resources: {} volumeMounts: - mountPath: /var/www/certbot/ name: certbot-claim0 - mountPath: /etc/letsencrypt/ name: certbot-claim1 restartPolicy: Always volumes: - name: certbot-claim0 persistentVolumeClaim: claimName: certbot-claim0 - name: certbot-claim1 persistentVolumeClaim: claimName: certbot-claim1 status: {}