Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
outductor committed Dec 17, 2023
1 parent 813b433 commit 9c0af3b
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ spec:
memory: 4096Mi
limits:
cpu: 4000m
memory: 8192Mi
env:
- name: MYSQL_TCP_PORT
value: "3306"
Expand Down Expand Up @@ -102,6 +101,8 @@ spec:
restartPolicy: Always
volumes:
- name: storage
emptyDir: {}
emptyDir:
medium: Memory
sizeLimit: 4Gi
- name: sqldump-volume
emptyDir: {}

0 comments on commit 9c0af3b

Please sign in to comment.