mirror of https://github.com/dapr/quickstarts.git
13 lines
312 B
YAML
13 lines
312 B
YAML
version: 1
|
|
common:
|
|
resourcesPath: ./resources
|
|
apps:
|
|
- appDirPath: ./node
|
|
appID: nodeapp
|
|
appPort: 3000
|
|
containerImage: ghcr.io/dapr/samples/hello-k8s-node:latest
|
|
createService: true
|
|
- appDirPath: ./python
|
|
appID: pythonapp
|
|
containerImage: ghcr.io/dapr/samples/hello-k8s-python:latest
|