diff --git a/charts/microservice/README.md b/charts/microservice/README.md index ddcf4c67..cfe8f6e0 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 Manipulation +- [ ] Environment Parmaters +- [ ] Container Port Mapping +- [ ] Application Secrets \ No newline at end of file