mirror of
https://github.com/meysamhadeli/booking-microservices.git
synced 2026-04-28 16:52:47 +08:00
Update README.md
This commit is contained in:
parent
1553085dcc
commit
09311394d2
@ -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
|
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
|
```bash
|
||||||
kubectl apply -f ./deployments/kubernetes/booking-microservices.yml
|
kubectl apply -f ./deployments/kubernetes/booking-microservices.yml
|
||||||
```
|
```
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user