Skip to content

Instantly share code, notes, and snippets.

@rberrelleza
Last active May 1, 2020 02:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rberrelleza/2a628906a896284e8ba9f0481814d052 to your computer and use it in GitHub Desktop.
Save rberrelleza/2a628906a896284e8ba9f0481814d052 to your computer and use it in GitHub Desktop.
dev env with a mysql client
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