apiVersion: apps/v1 kind: Deployment metadata: annotations: kompose.cmd: kompose convert -f compose.yaml kompose.version: 1.34.0 (cbf2835db) labels: io.kompose.service: havoice-piper name: havoice-piper namespace: havoice spec: replicas: 1 selector: matchLabels: io.kompose.service: havoice-piper strategy: type: Recreate template: metadata: annotations: kompose.cmd: kompose convert -f compose.yaml kompose.version: 1.34.0 (cbf2835db) labels: io.kompose.service: havoice-piper spec: containers: - args: - --voice - de_DE-ramona-low env: - name: TZ value: Europe/Berlin image: rhasspy/wyoming-piper:2.2.2 name: havoice-piper ports: - containerPort: 10200 protocol: TCP volumeMounts: - mountPath: /data name: havoice-piper-claim restartPolicy: Always volumes: - name: havoice-piper-claim persistentVolumeClaim: claimName: havoice-piper-claim