Skip to content

Commit

Permalink
Merge pull request #1533 from GiganticMinecraft/mariadb
Browse files Browse the repository at this point in the history
modify mariadb
  • Loading branch information
outductor authored Dec 17, 2023
2 parents afa92f4 + cd4f420 commit 2ffec1c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
data:
my.cnf: |
[mysqld]
innodb_buffer_pool_size = 2G
innodb_log_file_size = 512M
innodb_buffer_pool_size = 1G
innodb_log_file_size = 256M
innodb_flush_log_at_trx_commit = 2
innodb_write_io_threads = 8
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,8 @@ spec:
imagePullPolicy: IfNotPresent
resources:
requests:
cpu: 4
memory: 6Gi
limits:
cpu: 4
cpu: 2
memory: 2Gi
env:
- name: MYSQL_TCP_PORT
value: "3306"
Expand Down Expand Up @@ -80,8 +78,8 @@ spec:
imagePullPolicy: IfNotPresent
resources:
requests:
cpu: 4
memory: 4Gi
cpu: 1
memory: 1Gi
env:
- name: DB_PASSWORD
valueFrom:
Expand Down

0 comments on commit 2ffec1c

Please sign in to comment.