mirror of
https://github.com/ghndrx/blog-manifest.git
synced 2026-02-10 06:54:59 +00:00
yeeee
This commit is contained in:
@@ -3,18 +3,15 @@ kind: Deployment
|
||||
metadata:
|
||||
name: mysql-deployment
|
||||
namespace: blog
|
||||
spec:
|
||||
spec:
|
||||
replicas: 1
|
||||
selector:
|
||||
app: ghost
|
||||
tier: mysql
|
||||
strategy:
|
||||
type: Recreate
|
||||
template:
|
||||
metadata:
|
||||
labels:
|
||||
app: ghost
|
||||
tier: mysql
|
||||
spec:
|
||||
containers:
|
||||
- name: mysql
|
||||
image: mysql:8.0
|
||||
ports:
|
||||
- containerPort: 3306
|
||||
spec:
|
||||
containers:
|
||||
- name: mysql
|
||||
|
||||
Reference in New Issue
Block a user