Files
sbbb/base/matrix/kustomization.yaml
Sienna Meridian Satterwhite 5f923d14f9 feat(matrix): add Sol virtual librarian deployment manifests
Sol is a Matrix bot with E2EE that archives conversations to OpenSearch
and responds via Mistral AI function calling. Adds deployment, PVC,
ConfigMap (sol.toml + system prompt), VaultStaticSecret for credentials,
and production overlay image entry.
2026-03-20 21:38:48 +00:00

16 lines
307 B
YAML

apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: matrix
resources:
- namespace.yaml
- tuwunel-deployment.yaml
- tuwunel-service.yaml
- tuwunel-config.yaml
- tuwunel-pvc.yaml
- vault-secrets.yaml
- hydra-oauth2client.yaml
- sol-deployment.yaml
- sol-config.yaml