Update README.md

This commit is contained in:
Meysam Hadeli 2023-03-12 14:15:54 +03:30 committed by GitHub
parent 50d02910df
commit 8926bd6800
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -163,8 +163,7 @@ docker-compose -f ./deployments/docker-compose/docker-compose.yaml up -d
```
> ### Kubernetes
For Configure TLS in kubernetes cluster we need install `cert-manager` base on [docs](https://cert-manager.io/docs/installation) and run the following commands for apply TLS in our application
Here we use [LetsEncrypt](https://letsencrypt.org/) for encrypt our certificate.
For Configure TLS in kubernetes cluster we need install `cert-manager` base on [docs](https://cert-manager.io/docs/installation) and run the following commands for apply TLS in our application. Here we use [LetsEncrypt](https://letsencrypt.org/) for encryption our certificate.
```bash
kubectl apply -f ./deployments/kubernetes/booking-cert-manager.yml