Weaviate
Installing
Installing via Apolo CLI
Apolo CLI
apolo app-template get weaviate > myweaviate.yaml# Example of myweaviate.yaml
template_name: "weaviate"
template_version: "apolo"
input:
preset:
name: "cpu-small"
persistence:
size: 64 # GiB PVC
enable_backups: true
ingress_http:
auth: false # public (no basic‑auth)Inputs / Outputs (schema v1)
Key
Purpose
Usage
References
Last updated
Was this helpful?