apiVersion: apps/v1 kind: Deployment metadata: annotations: kompose.cmd: kompose convert kompose.version: 1.34.0 (cbf2835db) labels: io.kompose.service: prowlarr name: prowlarr spec: replicas: 1 selector: matchLabels: io.kompose.service: prowlarr strategy: type: Recreate template: metadata: annotations: kompose.cmd: kompose convert kompose.version: 1.34.0 (cbf2835db) labels: io.kompose.service: prowlarr spec: containers: - env: - name: PGID value: "1000" - name: PUID value: "1000" - name: TZ value: Etc/UTC image: lscr.io/linuxserver/prowlarr:latest name: prowlarr ports: - containerPort: 9696 protocol: TCP volumeMounts: - mountPath: /config name: prowlarr-claim0 restartPolicy: Always volumes: - name: prowlarr-claim0 persistentVolumeClaim: claimName: prowlarr-claim0