Merge pull request #223 from meysamhadeli/develop

Update README.md
This commit is contained in:
Meysam Hadeli 2023-02-27 22:59:35 +03:30 committed by GitHub
commit 2359b38e93
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -175,7 +175,7 @@ openssl req -x509 -newkey rsa:4096 -sha256 -nodes -keyout tls.key -out tls.crt -
kubectl create secret tls booking-tls --key tls.key --cert tls.crt
```
Run the following command to apply all deployments, pods, services, ingress, configmaps that we need
Run the following command to apply all deployments, pods, services, ingress and configmaps that we need
```bash
kubectl apply -f ./deployments/kubernetes/booking-microservices.yml
```