mirror of
https://github.com/michaelthomson0797/fleet-infra.git
synced 2026-02-05 05:19:59 +00:00
homeassistant whisper and piper
Signed-off-by: Michael Thomson <michael@michaelthomson.dev>
This commit is contained in:
@@ -35,6 +35,24 @@ spec:
|
|||||||
- NET_ADMIN
|
- NET_ADMIN
|
||||||
- NET_RAW
|
- NET_RAW
|
||||||
hostNetwork: true
|
hostNetwork: true
|
||||||
|
- name: whisper
|
||||||
|
image: lscr.io/linuxserver/faster-whisper:latest
|
||||||
|
imagePullPolicy: Always
|
||||||
|
envFrom:
|
||||||
|
- configMapRef:
|
||||||
|
name: whisper-config
|
||||||
|
optional: false
|
||||||
|
ports:
|
||||||
|
- containerPort: 10300
|
||||||
|
- name: piper
|
||||||
|
image: lscr.io/linuxserver/piper:latest
|
||||||
|
imagePullPolicy: Always
|
||||||
|
envFrom:
|
||||||
|
- configMapRef:
|
||||||
|
name: piper-config
|
||||||
|
optional: false
|
||||||
|
ports:
|
||||||
|
- containerPort: 10200
|
||||||
volumes:
|
volumes:
|
||||||
- name: config
|
- name: config
|
||||||
persistentVolumeClaim:
|
persistentVolumeClaim:
|
||||||
|
|||||||
9
homeassistant/piper-config.yaml
Normal file
9
homeassistant/piper-config.yaml
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
apiVersion: v1
|
||||||
|
kind: ConfigMap
|
||||||
|
metadata:
|
||||||
|
name: piper-config
|
||||||
|
namespace: homeassistant
|
||||||
|
data:
|
||||||
|
PUID: "1000"
|
||||||
|
PGID: "1000"
|
||||||
|
PIPER_VOICE: "en_US-lessac-medium"
|
||||||
9
homeassistant/whisper-config.yaml
Normal file
9
homeassistant/whisper-config.yaml
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
apiVersion: v1
|
||||||
|
kind: ConfigMap
|
||||||
|
metadata:
|
||||||
|
name: whisper-config
|
||||||
|
namespace: homeassistant
|
||||||
|
data:
|
||||||
|
PUID: "1000"
|
||||||
|
PGID: "1000"
|
||||||
|
WHISPER_MODEL: "tiny-int8"
|
||||||
Reference in New Issue
Block a user