Add whisper web-ui with basic auth

This commit is contained in:
Ruben Hensen
2024-12-17 13:26:17 +01:00
parent 1af50c53eb
commit 2af297138d
8 changed files with 165 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
apiVersion: v1
kind: Service
metadata:
labels:
io.kompose.service: app
name: app
spec:
ports:
- name: "7860"
port: 7860
targetPort: 7860
selector:
io.kompose.service: app