We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff7603a commit 231fb83Copy full SHA for 231fb83
tutorials/hello-kubernetes/dapr.yaml
@@ -1,4 +1,6 @@
1
version: 1
2
+common:
3
+ resourcesPath: ./resources
4
apps:
5
- appDirPath: ./node
6
appID: nodeapp
@@ -7,4 +9,4 @@ apps:
7
9
createService: true
8
10
- appDirPath: ./python
11
appID: pythonapp
- containerImage: ghcr.io/dapr/samples/hello-k8s-python:latest
12
+ containerImage: ghcr.io/dapr/samples/hello-k8s-python:latest
tutorials/hello-kubernetes/resources/resiliency.yaml
@@ -0,0 +1,8 @@
+spec:
+ policies:
+ retries:
+ # Global Retry Policy
+ DefaultRetryPolicy:
+ policy: constant
+ duration: 1s
+ maxRetries: -1
0 commit comments