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.
16 lines
307 B
YAML
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
|