Skip to content

Instantly share code, notes, and snippets.

@chrisedrego
Created September 18, 2020 19:47
Show Gist options
  • Select an option

  • Save chrisedrego/1cfc980de2afaa812fca72ac8c9cc576 to your computer and use it in GitHub Desktop.

Select an option

Save chrisedrego/1cfc980de2afaa812fca72ac8c9cc576 to your computer and use it in GitHub Desktop.
MYSQL Configuration
apiVersion: v1
kind: ConfigMap
metadata:
name: mysql
namespace: mysql
labels:
app: mysql
version: "5.7"
data:
my.cnf: |
[mysqld]
max_connections = 600
read_buffer_size = 1048576
net_read_timeout = 360
net_write_timeout = 360
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment