fixed begininng....

This commit is contained in:
gregory hendrickson
2023-01-26 13:25:19 -08:00
parent b8752432c2
commit 1576ad5424

View File

@@ -1,7 +1,8 @@
apiVersion: apps/v1 apiVersion: apps/v1
kind: Deployment kind: Deployment
name: ghost-blog-deployment metadata:
namespace: blog name: ghost-blog-deployment
namespace: blog
spec: spec:
replicas: 1 replicas: 1
selector: selector:
@@ -15,7 +16,6 @@ spec:
containers: containers:
- name: ghost-blog - name: ghost-blog
image: ghost:latest image: ghost:latest
imagePullPolicy: Always
ports: ports:
- containerPort: 2368 - containerPort: 2368
env: env: