mirror of
https://github.com/semantica-agi/semantica.git
synced 2026-08-29 04:26:20 +00:00
13 lines
461 B
Markdown
13 lines
461 B
Markdown
# Kubernetes
|
|
|
|
Apply the raw manifests with Kustomize:
|
|
|
|
```bash
|
|
cp deploy/kubernetes/secret.yaml.example deploy/kubernetes/secret.yaml
|
|
kubectl apply -f deploy/kubernetes/secret.yaml
|
|
kubectl apply -k deploy/kubernetes
|
|
kubectl -n semantica rollout status deployment/knowledge-explorer
|
|
```
|
|
|
|
Update the image name and ingress host before deploying to production. `secret.yaml` is intentionally ignored from the kustomization; keep only `secret.yaml.example` in git.
|