apiVersion: apps/v1 kind: Deployment metadata: annotations: kompose.cmd: kompose convert kompose.version: 1.26.0 (40646f47) creationTimestamp: null labels: io.kompose.service: podgrab name: podgrab namespace: podgrab spec: replicas: 1 selector: matchLabels: io.kompose.service: podgrab strategy: type: Recreate template: metadata: annotations: kompose.cmd: kompose convert kompose.version: 1.26.0 (40646f47) creationTimestamp: null labels: io.kompose.service: podgrab spec: containers: - env: - name: CHECK_FREQUENCY value: "240" image: akhilrex/podgrab name: podgrab ports: - containerPort: 8080 resources: {} volumeMounts: - mountPath: /config name: podgrab-claim0 - mountPath: /assets name: podgrab-claim1 restartPolicy: Always volumes: - name: podgrab-claim0 persistentVolumeClaim: claimName: podgrab-claim0 - name: podgrab-claim1 persistentVolumeClaim: claimName: podgrab-claim1 status: {}