Adjust local volume paths for mysql

This commit is contained in:
2024-11-23 14:57:37 +07:00
parent 304dd831db
commit 3f46922637

View File

@@ -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