Add whishper

This commit is contained in:
Ruben Hensen
2024-12-17 13:46:57 +01:00
parent b3c2293799
commit 6277b940e2
16 changed files with 477 additions and 2 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: mongo
name: mongo
spec:
ports:
- name: "27017"
port: 27017
targetPort: 27017
selector:
io.kompose.service: mongo