Split librechat deployment to files

This commit is contained in:
2025-04-05 22:09:59 +02:00
parent bd5fd97ed0
commit ce0bef4970
4 changed files with 11 additions and 6 deletions

View File

@@ -4,4 +4,4 @@ resources:
- gitea - gitea
- renovate.yaml - renovate.yaml
- ollama - ollama
- librechat.yaml - librechat

View File

@@ -0,0 +1,5 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- namespace.yaml
- release

View File

@@ -0,0 +1,5 @@
---
apiVersion: v1
kind: Namespace
metadata:
name: librechat

View File

@@ -1,9 +1,4 @@
--- ---
apiVersion: v1
kind: Namespace
metadata:
name: librechat
---
apiVersion: source.toolkit.fluxcd.io/v1 apiVersion: source.toolkit.fluxcd.io/v1
kind: HelmRepository kind: HelmRepository
metadata: metadata: