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
+11
View File
@@ -0,0 +1,11 @@
apiVersion: v1
kind: Service
metadata:
name: librechat
namespace: librechat
spec:
selector:
app: librechat
ports:
- port: 80
targetPort: 3080