Skip to content

Commit

Permalink
Merge pull request #31 from dkrizic/feature/30-enable-dapr-sidecard
Browse files Browse the repository at this point in the history
Add DAPR annotations
  • Loading branch information
dkrizic committed Dec 2, 2022
2 parents 8ab0f49 + 78deef9 commit 066d89f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions helm/todo.yaml
@@ -1,3 +1,4 @@
replicaCount: 2
image:
pullPolicy: Always
resources:
Expand Down Expand Up @@ -54,3 +55,8 @@ backend:
metrics:
serviceMonitor:
enabled: true
podAnnotations:
dapr.io/app-id: todo
dapr.io/app-port: "8080"
dapr.io/enabled: "true"
dapr.io/metrics-port: "9091"

0 comments on commit 066d89f

Please sign in to comment.