mirror of
https://github.com/nold360/hive-apps
synced 2024-12-22 13:01:21 +00:00
uninstall(speech)
This commit is contained in:
parent
19fec032ac
commit
64d57e1c0a
3 changed files with 0 additions and 123 deletions
|
@ -1,13 +0,0 @@
|
|||
config:
|
||||
description: STT & TTS Services
|
||||
|
||||
apps:
|
||||
- name: whisper
|
||||
repo: bjw-s
|
||||
chart: app-template
|
||||
targetRevision: 1.5.0
|
||||
|
||||
- name: piper
|
||||
repo: bjw-s
|
||||
chart: app-template
|
||||
targetRevision: 1.5.0
|
|
@ -1,55 +0,0 @@
|
|||
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
|
|
@ -1,55 +0,0 @@
|
|||
image:
|
||||
repository: rhasspy/wyoming-whisper
|
||||
tag: latest
|
||||
pullPolicy: Always
|
||||
|
||||
args:
|
||||
- --model
|
||||
# - medium-int8
|
||||
- small-int8
|
||||
- --language
|
||||
- en
|
||||
|
||||
env:
|
||||
OMP_NUM_THREADS: "8"
|
||||
|
||||
service:
|
||||
main:
|
||||
type: LoadBalancer
|
||||
externalTrafficPolicy: Local
|
||||
annotations:
|
||||
metallb.universe.tf/allow-shared-ip: iot
|
||||
metallb.universe.tf/address-pool: iot
|
||||
ports:
|
||||
http:
|
||||
enabled: false
|
||||
tcp:
|
||||
enabled: true
|
||||
port: 10300
|
||||
protocol: TCP
|
||||
primary: true
|
||||
|
||||
persistence:
|
||||
data:
|
||||
enabled: true
|
||||
type: pvc
|
||||
mountPath: /data
|
||||
accessMode: ReadWriteOnce
|
||||
storageClass: ssd
|
||||
size: 10Gi
|
||||
|
||||
podSecurityContext:
|
||||
runAsUser: 1001
|
||||
runAsGroup: 10000
|
||||
fsGroup: 10000
|
||||
|
||||
securityContext:
|
||||
runAsUser: 1001
|
||||
runAsGroup: 10000
|
||||
runAsNonRoot: true
|
||||
privileged: false
|
||||
readOnlyRootFilesystem: true
|
||||
allowPrivilegeEscalation: false
|
||||
capabilities:
|
||||
drop:
|
||||
- ALL
|
Loading…
Reference in a new issue