(refactor): minor readme corrections, deployment.yaml correction
This commit is contained in:
parent
9136a99ebe
commit
48f0959bd8
@ -1,6 +1,6 @@
|
|||||||
# Dapr with ASP.NET Core in Docker Compose and Kubernetes deployment test
|
# Dapr with ASP.NET Core in Docker Compose and Kubernetes deployment test
|
||||||
|
|
||||||
The aim of this project is to provide a simple reference on how to perform local development ana then deploy a C# Dapr powered microservices application in Kubernetes. This project demonstrates the deployment of a sample application using RabbitMQ for messaging and Redis for state management, leveraging Dapr to simplify the development of distributed applications.
|
The aim of this project is to provide a simple reference on how to perform local development and deploy a C# Dapr-powered microservices application in Kubernetes. This project demonstrates the deployment of a sample application using RabbitMQ for messaging and Redis for state management, leveraging Dapr to simplify the development of distributed applications.
|
||||||
|
|
||||||
## Project Structure
|
## Project Structure
|
||||||
|
|
||||||
|
|||||||
@ -114,7 +114,7 @@ spec:
|
|||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- name: publisher
|
- name: publisher
|
||||||
image: cr.maks-it.com/dapr-test/subscriber:latest
|
image: cr.maks-it.com/dapr-test/publisher:latest
|
||||||
imagePullPolicy: Always
|
imagePullPolicy: Always
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 5000 # Match your internal app port
|
- containerPort: 5000 # Match your internal app port
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user