add namespace to huly

This commit is contained in:
2025-03-21 20:31:38 +01:00
parent 406a470489
commit 30a460fbc5
32 changed files with 32 additions and 0 deletions

View File

@@ -1,6 +1,7 @@
apiVersion: apps/v1
kind: Deployment
metadata:
namespace: huly
labels:
app: mongodb
name: mongodb

View File

@@ -1,6 +1,7 @@
apiVersion: v1
kind: PersistentVolumeClaim
metadata:
namespace: huly
name: db
spec:
storageClassName: longhorn

View File

@@ -1,6 +1,7 @@
apiVersion: v1
kind: Service
metadata:
namespace: huly
labels:
app: mongodb
name: mongodb