Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,4 @@ HEALTHCHECK --interval=30s --timeout=5s --start-period=10s --retries=3 \
# Replace ``your_app:server.app`` with the import path of your own
# AgentServer instance. The placeholder example below assumes a module
# called ``app.py`` at /home/locus/app.py exposing a ``server`` symbol.
#
# An example ``app.py`` lives in deploy/oci-functions/app.py.
CMD ["uvicorn", "app:server.app", "--host", "0.0.0.0", "--port", "8080"]
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -304,10 +304,11 @@ server = AgentServer(agent=my_agent, api_key=os.environ["API_KEY"])
server.run(host="0.0.0.0", port=8080)
```

The repo ships a multi-stage `Dockerfile` and a Helm chart at
[`deploy/helm/locus-agent/`](deploy/helm/locus-agent/) — Deployment, HPA, Ingress, OCI workload-identity hooks.
The repo ships a multi-stage `Dockerfile` ready to drop into your own image
pipeline. Deploy anywhere FastAPI runs — OCI Functions, Container Instances,
OKE, Compute, or any cloud equivalent.

→ [Deploy guide](https://oracle-samples.github.io/locus/tutorials/deploy/)
→ [Deploy guide](https://oracle-samples.github.io/locus/how-to/deploy/)

---

Expand Down
11 changes: 0 additions & 11 deletions deploy/helm/locus-agent/.helmignore

This file was deleted.

20 changes: 0 additions & 20 deletions deploy/helm/locus-agent/Chart.yaml

This file was deleted.

69 changes: 0 additions & 69 deletions deploy/helm/locus-agent/README.md

This file was deleted.

66 changes: 0 additions & 66 deletions deploy/helm/locus-agent/templates/_helpers.tpl

This file was deleted.

82 changes: 0 additions & 82 deletions deploy/helm/locus-agent/templates/deployment.yaml

This file was deleted.

32 changes: 0 additions & 32 deletions deploy/helm/locus-agent/templates/hpa.yaml

This file was deleted.

36 changes: 0 additions & 36 deletions deploy/helm/locus-agent/templates/ingress.yaml

This file was deleted.

11 changes: 0 additions & 11 deletions deploy/helm/locus-agent/templates/secret.yaml

This file was deleted.

15 changes: 0 additions & 15 deletions deploy/helm/locus-agent/templates/service.yaml

This file was deleted.

12 changes: 0 additions & 12 deletions deploy/helm/locus-agent/templates/serviceaccount.yaml

This file was deleted.

Loading