Update deploy.sh

This commit is contained in:
tehNooB 2023-10-20 12:55:55 +01:00 committed by GitHub
parent 832008f504
commit c81fc1aadf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 0 deletions

View File

@ -116,3 +116,11 @@ kubectl apply -f ~/Helm/Traefik/Cert-Manager/Issuers/letsencrypt-production.yaml
# Step 13: Apply production certificate
kubectl apply -f ~/Helm/Traefik/Cert-Manager/Certificates/Production/jimsgarage-production.yaml
# Step 14: Create PiHole namespace
kubectl create namespace pihole
# Step 15: Deploy PiHole
kubectl apply -f ~/Manifest/PiHole
echo -e " \033[32;5mScript finished\033[0m"