diff --git a/README.md b/README.md index 615d03c..0234425 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/src/deployment.yaml b/src/deployment.yaml index 6f27b06..4fb0b60 100644 --- a/src/deployment.yaml +++ b/src/deployment.yaml @@ -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