Create private whisper instance

This commit is contained in:
Ruben Hensen
2025-04-26 13:42:00 +02:00
parent c1d94879c9
commit 3da6fc2b3f
15 changed files with 449 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
apiVersion: v1
kind: Service
metadata:
annotations:
kompose.cmd: kompose convert
kompose.version: 1.34.0 (cbf2835db)
labels:
io.kompose.service: whishper
name: whishper
spec:
ports:
- name: "8082"
port: 8082
targetPort: 80
selector:
io.kompose.service: whishper