Skip to content
Open
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
4 changes: 2 additions & 2 deletions 04_daca_agent_native_dev/03_dapr_intro/01_dapr_helm/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ Dapr's sidecar exposes HTTP APIs (typically on port 3500 by default) that applic
annotations:
dapr.io/enabled: "true"
dapr.io/app-id: "dapr-test-app"
dapr.io/app-port: "8080"
dapr.io/app-port: "80"
dapr.io/enable-api-logging: "true"
spec:
containers:
Expand Down Expand Up @@ -418,4 +418,4 @@ kubectl delete namespace dapr-system --ignore-not-found=true
- Dapr Helm Chart: https://github.com/dapr/dapr/tree/master/charts/dapr
- Dapr Dashboard: https://docs.dapr.io/operations/monitoring/dashboard/
- FastAPI: https://fastapi.tiangolo.com/
- UV: https://docs.astral.sh/uv/
- UV: https://docs.astral.sh/uv/