image: repository: rhasspy/wyoming-piper tag: latest pullPolicy: Always args: - --voice # - en-US-danny-low - en-us-lessac-low service: main: type: ClusterIP # externalTrafficPolicy: Local # annotations: # metallb.universe.tf/allow-shared-ip: iot # metallb.universe.tf/address-pool: iot ports: http: enabled: false tcp: enabled: true port: 10200 protocol: TCP primary: true persistence: data: enabled: true type: pvc mountPath: /data accessMode: ReadWriteOnce storageClass: ssd size: 10Gi tmp: enabled: true type: emptyDir mountPath: /tmp podSecurityContext: runAsUser: 1001 runAsGroup: 10000 fsGroup: 10000 securityContext: runAsUser: 1001 runAsGroup: 10000 runAsNonRoot: true privileged: false readOnlyRootFilesystem: true allowPrivilegeEscalation: false capabilities: drop: - ALL