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
kind: Deployment
name: ghost-blog-deployment
namespace: blog
metadata:
name: ghost-blog-deployment
namespace: blog
spec:
replicas: 1
selector:
@@ -15,7 +16,6 @@ spec:
containers:
- name: ghost-blog
image: ghost:latest
imagePullPolicy: Always
ports:
- containerPort: 2368
env: