Update deploy.sh

This commit is contained in:
tehNooB
2023-10-20 12:55:55 +01:00
committed by GitHub
parent 832008f504
commit c81fc1aadf

View File

@@ -116,3 +116,11 @@ kubectl apply -f ~/Helm/Traefik/Cert-Manager/Issuers/letsencrypt-production.yaml
# Step 13: Apply production certificate # Step 13: Apply production certificate
kubectl apply -f ~/Helm/Traefik/Cert-Manager/Certificates/Production/jimsgarage-production.yaml 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"