2023-05-20 07:04:27 +00:00
|
|
|
image:
|
|
|
|
repository: rhasspy/wyoming-piper
|
|
|
|
tag: latest
|
|
|
|
pullPolicy: Always
|
|
|
|
|
|
|
|
args:
|
|
|
|
- --voice
|
2023-08-05 09:17:26 +00:00
|
|
|
# - en-US-danny-low
|
|
|
|
- en-us-lessac-low
|
2023-05-20 07:04:27 +00:00
|
|
|
|
|
|
|
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
|