From 7f14587498e0c92deb4cd101d0069c1259d05354 Mon Sep 17 00:00:00 2001 From: Ashwani Singh Date: Wed, 3 Jul 2024 16:02:59 +0530 Subject: [PATCH 1/3] todo list for ot microservices helm chart Signed-off-by: Ashwani Singh --- charts/microservice/README.md | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/charts/microservice/README.md b/charts/microservice/README.md index ddcf4c67..63813bfd 100644 --- a/charts/microservice/README.md +++ b/charts/microservice/README.md @@ -21,4 +21,19 @@ The Helm chart is specifically for deploying a microservice with a Kubernetes se ```bash helm install my-release microservice/ -``` \ No newline at end of file +``` + +### TODO + +- [ ] Application Health Probes +- [ ] Service +- [ ] Horizontal Pod Autoscaler +- [ ] ConfigMap +- [ ] RBAC + - [ ] Service Account + - [ ] Role Binding + - [ ] Role +- [ ] Rolling Deployment Manupulation +- [ ] Environment Parmaters +- [ ] Container Port Mapping +- [ ] Application Secrets \ No newline at end of file From 05bacde3eb535a2f936592fa1b3436018ad15e40 Mon Sep 17 00:00:00 2001 From: Ashwani Singh Date: Wed, 3 Jul 2024 16:09:44 +0530 Subject: [PATCH 2/3] fix typo Signed-off-by: Ashwani Singh --- charts/microservice/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/microservice/README.md b/charts/microservice/README.md index 63813bfd..c9c5b786 100644 --- a/charts/microservice/README.md +++ b/charts/microservice/README.md @@ -33,7 +33,7 @@ helm install my-release microservice/ - [ ] Service Account - [ ] Role Binding - [ ] Role -- [ ] Rolling Deployment Manupulation +- [ ] Rolling Deployment Manipulation - [ ] Environment Parmaters - [ ] Container Port Mapping - [ ] Application Secrets \ No newline at end of file From 640b1b1059b3d32e9b39d123da8ece62d51f559c Mon Sep 17 00:00:00 2001 From: Ashwani Singh Date: Wed, 3 Jul 2024 16:10:31 +0530 Subject: [PATCH 3/3] fix the heading Signed-off-by: Ashwani Singh --- charts/microservice/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/microservice/README.md b/charts/microservice/README.md index c9c5b786..cfe8f6e0 100644 --- a/charts/microservice/README.md +++ b/charts/microservice/README.md @@ -23,7 +23,7 @@ The Helm chart is specifically for deploying a microservice with a Kubernetes se helm install my-release microservice/ ``` -### TODO +## TODO - [ ] Application Health Probes - [ ] Service