first commit
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
|
||||
resources:
|
||||
- namespace.yaml
|
||||
- secret.yaml
|
||||
- configmap.yaml
|
||||
- mongodb/pvc.yaml
|
||||
- mongodb/statefulset.yaml
|
||||
- mongodb/service.yaml
|
||||
- meilisearch/pvc.yaml
|
||||
- meilisearch/deployment.yaml
|
||||
- meilisearch/service.yaml
|
||||
- librechat/configmap-app.yaml
|
||||
- librechat/deployment.yaml
|
||||
- librechat/service.yaml
|
||||
- ingress/tls.yaml
|
||||
- ingress/ingress.yaml
|
||||
Reference in New Issue
Block a user