implement huly

This commit is contained in:
2025-03-21 20:26:53 +01:00
parent 86d9b89769
commit 406a470489
34 changed files with 1015 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
apiVersion: v1
kind: Service
metadata:
labels:
app: mongodb
name: mongodb
spec:
ports:
- port: 27017
targetPort: 27017
protocol: TCP
selector:
app: mongodb