Last active
May 1, 2020 02:35
-
-
Save rberrelleza/2a628906a896284e8ba9f0481814d052 to your computer and use it in GitHub Desktop.
dev env with a mysql client
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: client-mysql | |
image: mysql | |
command: | |
- sh | |
forward: | |
- 3306:mysql:3306 | |
resources: | |
limits: | |
memory: 128Mi | |
cpu: 200m |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment