mirror of
https://github.com/ghndrx/nextcloud-manifest.git
synced 2026-02-10 06:55:00 +00:00
modify mysql
This commit is contained in:
@@ -1,11 +1,6 @@
|
||||
apiVersion: v1
|
||||
kind: ConfigMap
|
||||
metadata:
|
||||
name: mysql-config
|
||||
name: mysql-configmap
|
||||
data:
|
||||
my.cnf: |
|
||||
[mysqld]
|
||||
datadir=/var/lib/mysql
|
||||
socket=/var/lib/mysql/mysql.sock
|
||||
bind-address=0.0.0.0
|
||||
max_connections=1024
|
||||
mysql_database: "nextcloud"
|
||||
|
||||
Reference in New Issue
Block a user