You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
60 lines
1.4 KiB
60 lines
1.4 KiB
auth:
|
|
rootPassword: "Uphi6aitheikaisa9Ohwahji"
|
|
database: sapian
|
|
username: sapian
|
|
password: "EiW5ingeeRae7Ux4eeG5aim9"
|
|
primary:
|
|
nodeSelector:
|
|
kubernetes.io/hostname: k3s-01-ssd-ny.dialbox.cloud
|
|
persistence:
|
|
storageClass: local-path
|
|
size: 1Gi
|
|
configuration: |-
|
|
[mysqld]
|
|
skip-name-resolve
|
|
explicit_defaults_for_timestamp
|
|
basedir=/opt/bitnami/mariadb
|
|
plugin_dir=/opt/bitnami/mariadb/plugin
|
|
port=3306
|
|
socket=/opt/bitnami/mariadb/tmp/mysql.sock
|
|
tmpdir=/opt/bitnami/mariadb/tmp
|
|
max_allowed_packet=16M
|
|
bind-address=*
|
|
pid-file=/opt/bitnami/mariadb/tmp/mysqld.pid
|
|
log-error=/opt/bitnami/mariadb/logs/mysqld.log
|
|
character-set-server=UTF8
|
|
collation-server=utf8_general_ci
|
|
slow_query_log=0
|
|
slow_query_log_file=/opt/bitnami/mariadb/logs/mysqld.log
|
|
long_query_time=10.0
|
|
gtid_domain_id = 0
|
|
server_id = 10
|
|
replicate-wild-ignore-table=mysql.user
|
|
slave-skip-errors = 1133
|
|
|
|
|
|
|
|
[client]
|
|
port=3306
|
|
socket=/opt/bitnami/mariadb/tmp/mysql.sock
|
|
default-character-set=UTF8
|
|
plugin_dir=/opt/bitnami/mariadb/plugin
|
|
|
|
[manager]
|
|
port=3306
|
|
socket=/opt/bitnami/mariadb/tmp/mysql.sock
|
|
pid-file=/opt/bitnami/mariadb/tmp/mysqld.pid
|
|
resources:
|
|
requests:
|
|
memory: "256Mi"
|
|
cpu: "100m"
|
|
limits:
|
|
memory: 1024Mi
|
|
cpu: 500m
|
|
metrics:
|
|
enabled: false
|
|
serviceMonitor:
|
|
enabled: false
|
|
|
|
|