mirror of
https://github.com/ghndrx/blog-manifest.git
synced 2026-02-10 15:04:58 +00:00
huuuuge fucked up namespace haha
This commit is contained in:
@@ -27,7 +27,6 @@ kubectl apply -f deployments/traefik-proxy-deployment.yaml
|
|||||||
kubectl apply -f services/ghost-blog-service.yaml
|
kubectl apply -f services/ghost-blog-service.yaml
|
||||||
kubectl apply -f services/mysql-service.yaml
|
kubectl apply -f services/mysql-service.yaml
|
||||||
kubectl apply -f services/traefik-proxy-service.yaml
|
kubectl apply -f services/traefik-proxy-service.yaml
|
||||||
gcloud compute disks create --size 50GB ghost-disk traefik-disk mysql-disk
|
|
||||||
|
|
||||||
kubectl apply -f services/LoadBalancer-traefik.yaml
|
kubectl apply -f services/LoadBalancer-traefik.yaml
|
||||||
|
|
||||||
|
|||||||
@@ -2,6 +2,7 @@ apiVersion: v1
|
|||||||
kind: PersistentVolumeClaim
|
kind: PersistentVolumeClaim
|
||||||
metadata:
|
metadata:
|
||||||
name: ghost-blog-pvc
|
name: ghost-blog-pvc
|
||||||
|
namespace: blog
|
||||||
labels:
|
labels:
|
||||||
app: ghost-blog
|
app: ghost-blog
|
||||||
spec:
|
spec:
|
||||||
|
|||||||
Reference in New Issue
Block a user