reverted deployments first spec back....

This commit is contained in:
gregory hendrickson
2023-01-26 13:22:44 -08:00
parent aeacb8c89e
commit b8752432c2
2 changed files with 10 additions and 11 deletions

View File

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

View File

@@ -6,12 +6,12 @@ metadata:
spec:
replicas: 1
selector:
spec:
containers:
- name: mysql
image: mysql:8.0
ports:
- containerPort: 3306
matchLabels:
app: mysql
template:
metadata:
labels:
app: mysql
spec:
containers:
- name: mysql