change pvc

This commit is contained in:
gregory hendrickson
2023-01-26 09:35:04 -08:00
parent 57d91a7ecb
commit 14da603d3b
2 changed files with 9 additions and 7 deletions

View File

@@ -28,7 +28,7 @@ kubectl apply -f blog-config-map.yaml
kubectl apply -f blog-secrets.yaml
kubectl apply -f mysql-config-map.yaml
kubectl apply -f mysql-secrets.yaml
kubectl apply -f services/ingress-service.yaml
kubectl apply -f volumes/traefik-pv.yaml
kubectl apply -f volumes/traefik-pvc.yaml
kubectl apply -f volumes/mysql-pv.yaml
@@ -36,6 +36,8 @@ kubectl apply -f volumes/mysql-pvc.yaml
kubectl apply -f volumes/blog-pv.yaml
kubectl apply -f volumes/blog-pvc.yaml
kubectl apply -f services/ingress-service.yaml
This will create the necessary resources in the cluster, including a deployment for the Ghost app, a service for connecting to the MySQL server, and an ingress service for routing traffic to the Ghost app via the nginx-proxy with https and http.
Volumes