Adjust local volume paths for mysql
This commit is contained in:
@@ -19,10 +19,10 @@ spec:
|
||||
volumes:
|
||||
- name: data-mysql
|
||||
hostPath:
|
||||
path: /rrr/data/mysql
|
||||
path: /srv/data/mysql
|
||||
- name: my-cnf
|
||||
hostPath:
|
||||
path: /rrr/config/rock/mysql/my.cnf
|
||||
path: /srv/config/rock/mysql/my.cnf
|
||||
containers:
|
||||
- name: mysql
|
||||
image: mariadb:11.5
|
||||
|
||||
Reference in New Issue
Block a user