modified: README.md

This commit is contained in:
Sangmin Kim 2024-03-21 20:34:00 +09:00
parent 7a2947faf3
commit 80b5dbcb7d
1 changed files with 3 additions and 1 deletions

View File

@ -1,7 +1,9 @@
# k8s-template
```
cd traefik
kubectl apply -f 00-account.yml -f 00-role.yml -f 01-role-binding.yml -f 02-traefik.yml -f 02-traefik-services.yml
cd ../nginx
kubectl apply -f nginx-deployemt.yml -f nginx-service.yml -f nginx-ext.yml -f nginx-ingress.yml
```