(refactor): minor readme corrections, deployment.yaml correction

This commit is contained in:
Maksym Sadovnychyy 2024-12-20 13:01:37 +01:00
parent 9136a99ebe
commit 48f0959bd8
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# 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

View File

@ -114,7 +114,7 @@ spec:
spec:
containers:
- name: publisher
image: cr.maks-it.com/dapr-test/subscriber:latest
image: cr.maks-it.com/dapr-test/publisher:latest
imagePullPolicy: Always
ports:
- containerPort: 5000 # Match your internal app port