Add different defaults whisper

This commit is contained in:
Ruben Hensen
2025-03-03 13:08:24 +01:00
parent f9242e401a
commit 9e870c37eb
2 changed files with 79 additions and 0 deletions
+6
View File
@@ -42,6 +42,9 @@ spec:
name: app-claim0
- mountPath: /Whisper-WebUI/outputs
name: app-claim1
- name: config-volume
mountPath: /Whisper-WebUI/configs/default_parameters.yaml
subPath: default_parameters.yaml
restartPolicy: Always
volumes:
- name: app-claim0
@@ -50,3 +53,6 @@ spec:
- name: app-claim1
persistentVolumeClaim:
claimName: app-claim1
- name: config-volume
configMap:
name: whisper-webui-config