first commit

This commit is contained in:
sttlab
2026-05-09 06:42:45 +00:00
commit 780e25c15e
16 changed files with 552 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
apiVersion: v1
kind: Service
metadata:
name: mongodb
namespace: librechat
spec:
selector:
app: mongodb
ports:
- port: 27017
targetPort: 27017
clusterIP: None