This commit is contained in:
gregory hendrickson
2023-01-26 13:14:02 -08:00
parent 89e8d89c1f
commit 8fee6e1014
2 changed files with 2 additions and 3 deletions

View File

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

View File

@@ -1,12 +1,11 @@
apiVersion: apps/v1
kind: Deployment
metadata:
name: mysql
name: mysql-deployment
namespace: blog
spec:
replicas: 1
selector:
matchLabels:
app: ghost
tier: mysql
strategy: