mirror of https://github.com/k3s-io/k3s
Merge pull request #22691 from mkulke/fix-mysql-cinder-example
Auto commit by PR queue botpull/6/head
commit
b33ff00b16
|
@ -2,20 +2,23 @@ apiVersion: v1
|
|||
kind: Pod
|
||||
metadata:
|
||||
name: mysql
|
||||
labels:
|
||||
labels:
|
||||
name: mysql
|
||||
spec:
|
||||
containers:
|
||||
spec:
|
||||
containers:
|
||||
- resources:
|
||||
limits :
|
||||
cpu: 0.5
|
||||
image: mysql
|
||||
name: mysql
|
||||
args:
|
||||
- "--ignore-db-dir"
|
||||
- "lost+found"
|
||||
env:
|
||||
- name: MYSQL_ROOT_PASSWORD
|
||||
# change this
|
||||
value: yourpassword
|
||||
ports:
|
||||
ports:
|
||||
- containerPort: 3306
|
||||
name: mysql
|
||||
volumeMounts:
|
||||
|
|
Loading…
Reference in New Issue