Skip to content

Commit

Permalink
update ram
Browse files Browse the repository at this point in the history
  • Loading branch information
outductor committed Dec 17, 2023
1 parent 6f5007f commit 6b3dde5
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ spec:
resources:
requests:
cpu: 4
memory: 7Gi
memory: 9Gi
env:
- name: MYSQL_TCP_PORT
value: "3306"
Expand Down Expand Up @@ -101,7 +101,7 @@ spec:
- name: storage
emptyDir:
medium: Memory
sizeLimit: 5Gi
sizeLimit: 7Gi
- name: sqldump-volume
- name: mariadb-config
configMap:
Expand Down

0 comments on commit 6b3dde5

Please sign in to comment.