From 48f0959bd824cce13f4f04161f15f67a0d7b67dd Mon Sep 17 00:00:00 2001 From: Maksym Sadovnychyy Date: Fri, 20 Dec 2024 13:01:37 +0100 Subject: [PATCH] (refactor): minor readme corrections, deployment.yaml correction --- README.md | 2 +- src/deployment.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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