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