fix(plume): Add dapr

This commit is contained in:
2025-07-03 14:57:57 +02:00
parent aa6b1679a3
commit 26e7d39cb6
+31
View File
@@ -1,5 +1,26 @@
replicaCount: 1
image:
tag: 3660d9db-debug
podAnnotations:
dapr.io/enabled: "true"
dapr.io/app-id: "staging-plume"
dapr.io/app-port: "8085"
dapr.io/api-token-secret: "dapr-api-token"
dapr.io/config: "tracing"
dapr.io/app-protocol: "http"
dapr.io/log-as-json: "true"
dapr.io/sidecar-cpu-request: "10m"
dapr.io/sidecar-memory-request: "50Mi"
env:
- name: DAPR_API_TOKEN
valueFrom:
secretKeyRef:
name: dapr-api-token
key: token
ingress:
enabled: true
className: "nginx"
@@ -16,6 +37,16 @@ ingress:
internal:
- path: /internal
pathType: ImplementationSpecific
- path: /dapr
pathType: ImplementationSpecific
- path: /actors
pathType: ImplementationSpecific
- path: /job
pathType: ImplementationSpecific
- path: /events
pathType: ImplementationSpecific
- path: /metrics
pathType: ImplementationSpecific
tls:
- hosts:
- plume.data.oceanbox.io