apiVersion: apps/v1 kind: Deployment metadata: annotations: kompose.cmd: kompose convert kompose.version: 1.26.0 (40646f47) creationTimestamp: null labels: io.kompose.service: app name: app namespace: nginx-manager spec: replicas: 1 selector: matchLabels: io.kompose.service: app strategy: type: Recreate template: metadata: annotations: kompose.cmd: kompose convert kompose.version: 1.26.0 (40646f47) creationTimestamp: null labels: io.kompose.service: app spec: containers: - env: - name: TZ value: Europe/Madrid image: jc21/nginx-proxy-manager:latest name: app ports: - containerPort: 80 - containerPort: 443 - containerPort: 81 resources: {} volumeMounts: - mountPath: /data name: app-claim0 - mountPath: /etc/letsencrypt name: app-claim1 restartPolicy: Always volumes: - name: app-claim0 persistentVolumeClaim: claimName: app-claim0 - name: app-claim1 persistentVolumeClaim: claimName: app-claim1 status: {}