This commit is contained in:
gregory hendrickson
2023-01-26 10:16:30 -08:00
parent d5bb7cf4c2
commit 1f680d6fd1
2 changed files with 2 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
apiVersion: apps/v1
kind: Deployment
metadata:
name: ghost-blog-deployment
name: ghost-blog
namespace: blog
spec:
replicas: 1

View File

@@ -1,7 +1,7 @@
apiVersion: apps/v1
kind: Deployment
metadata:
name: mysql-deployment
name: mysql
namespace: blog
spec:
replicas: 1