mirror of https://github.com/dapr/quickstarts.git
parent
1430fc6516
commit
fa8d4353ed
|
@ -36,7 +36,7 @@ spec:
|
|||
spec:
|
||||
containers:
|
||||
- name: node
|
||||
image: docker.io/dapriosamples/bindings-nodeapp:edge
|
||||
image: docker.io/dapriosamples/bindings-nodeapp:latest
|
||||
ports:
|
||||
- containerPort: 3000
|
||||
imagePullPolicy: Always
|
||||
|
|
|
@ -19,4 +19,4 @@ spec:
|
|||
spec:
|
||||
containers:
|
||||
- name: python
|
||||
image: docker.io/dapriosamples/bindings-pythonapp:edge
|
||||
image: docker.io/dapriosamples/bindings-pythonapp:latest
|
||||
|
|
|
@ -21,7 +21,7 @@ spec:
|
|||
spec:
|
||||
containers:
|
||||
- name: subtract
|
||||
image: dapriosamples/distributed-calculator-csharp:edge
|
||||
image: dapriosamples/distributed-calculator-csharp:latest
|
||||
ports:
|
||||
- containerPort: 80
|
||||
imagePullPolicy: Always
|
||||
|
|
|
@ -21,7 +21,7 @@ spec:
|
|||
spec:
|
||||
containers:
|
||||
- name: add
|
||||
image: dapriosamples/distributed-calculator-go:edge
|
||||
image: dapriosamples/distributed-calculator-go:latest
|
||||
ports:
|
||||
- containerPort: 6000
|
||||
imagePullPolicy: Always
|
||||
|
|
|
@ -21,7 +21,7 @@ spec:
|
|||
spec:
|
||||
containers:
|
||||
- name: divide
|
||||
image: dapriosamples/distributed-calculator-node:edge
|
||||
image: dapriosamples/distributed-calculator-node:latest
|
||||
ports:
|
||||
- containerPort: 4000
|
||||
imagePullPolicy: Always
|
||||
|
|
|
@ -21,7 +21,7 @@ spec:
|
|||
spec:
|
||||
containers:
|
||||
- name: multiply
|
||||
image: dapriosamples/distributed-calculator-python:edge
|
||||
image: dapriosamples/distributed-calculator-python:latest
|
||||
ports:
|
||||
- containerPort: 5000
|
||||
imagePullPolicy: Always
|
||||
|
|
|
@ -37,7 +37,7 @@ spec:
|
|||
spec:
|
||||
containers:
|
||||
- name: calculator-front-end
|
||||
image: dapriosamples/distributed-calculator-react-calculator:edge
|
||||
image: dapriosamples/distributed-calculator-react-calculator:latest
|
||||
ports:
|
||||
- containerPort: 8080
|
||||
imagePullPolicy: Always
|
||||
|
|
|
@ -36,7 +36,7 @@ spec:
|
|||
spec:
|
||||
containers:
|
||||
- name: node
|
||||
image: dapriosamples/hello-k8s-node:edge
|
||||
image: dapriosamples/hello-k8s-node:latest
|
||||
ports:
|
||||
- containerPort: 3000
|
||||
imagePullPolicy: Always
|
||||
|
|
|
@ -19,4 +19,4 @@ spec:
|
|||
spec:
|
||||
containers:
|
||||
- name: python
|
||||
image: dapriosamples/hello-k8s-python:edge
|
||||
image: dapriosamples/hello-k8s-python:latest
|
||||
|
|
|
@ -21,7 +21,7 @@ spec:
|
|||
spec:
|
||||
containers:
|
||||
- name: echo
|
||||
image: dapriosamples/middleware-echoapp:edge
|
||||
image: dapriosamples/middleware-echoapp:latest
|
||||
ports:
|
||||
- containerPort: 3000
|
||||
imagePullPolicy: Always
|
||||
|
|
|
@ -21,7 +21,7 @@ spec:
|
|||
spec:
|
||||
containers:
|
||||
- name: multiply
|
||||
image: dapriosamples/distributed-calculator-slow-python:edge
|
||||
image: dapriosamples/distributed-calculator-slow-python:latest
|
||||
ports:
|
||||
- containerPort: 5000
|
||||
imagePullPolicy: Always
|
||||
|
|
|
@ -20,7 +20,7 @@ spec:
|
|||
spec:
|
||||
containers:
|
||||
- name: node-subscriber
|
||||
image: dapriosamples/pubsub-node-subscriber:edge
|
||||
image: dapriosamples/pubsub-node-subscriber:latest
|
||||
ports:
|
||||
- containerPort: 3000
|
||||
imagePullPolicy: Always
|
|
@ -20,7 +20,7 @@ spec:
|
|||
spec:
|
||||
containers:
|
||||
- name: python-subscriber
|
||||
image: dapriosamples/pubsub-python-subscriber:edge
|
||||
image: dapriosamples/pubsub-python-subscriber:latest
|
||||
ports:
|
||||
- containerPort: 5000
|
||||
imagePullPolicy: Always
|
|
@ -36,7 +36,7 @@ spec:
|
|||
spec:
|
||||
containers:
|
||||
- name: react-form
|
||||
image: dapriosamples/pubsub-react-form:edge
|
||||
image: dapriosamples/pubsub-react-form:latest
|
||||
ports:
|
||||
- containerPort: 8080
|
||||
imagePullPolicy: Always
|
||||
|
|
|
@ -36,7 +36,7 @@ spec:
|
|||
spec:
|
||||
containers:
|
||||
- name: node
|
||||
image: dapriosamples/secretstorenode:edge
|
||||
image: dapriosamples/secretstorenode:latest
|
||||
env:
|
||||
- name: SECRET_STORE
|
||||
value: "kubernetes"
|
||||
|
|
Loading…
Reference in New Issue