UNPKG

@underpostnet/underpost

Version:
11 lines (10 loc) 205 B
apiVersion: v1 kind: ConfigMap metadata: name: mariadb-config data: my.cnf: | # bind-address=0.0.0.0 [mysqld] default_storage_engine=InnoDB innodb_file_per_table=1 max_connections=1000