Add v4 whishper

This commit is contained in:
Ruben Hensen
2024-12-17 18:59:50 +01:00
parent 15eef4096a
commit 447c54a0e8
31 changed files with 414 additions and 1 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