Skip to content

Commit

Permalink
App MySQL, ID: 81ow3i7lnhnivs9 (akash-network#115)
Browse files Browse the repository at this point in the history
lease-status
{
  "services": {
    "mysql": {
      "name": "mysql",
      "available": 1,
      "total": 1,
      "uris": [
        "t9jqckqcflcu95j8i8t23lbkr4.provider1.akashdev.net"
      ],
      "observed-generation": 0,
      "replicas": 0,
      "updated-replicas": 0,
      "ready-replicas": 0,
      "available-replicas": 0
    }
  },
  "forwarded-ports": {
    "mysql": [
      {
        "port": 3306,
        "externalPort": 31716,
        "proto": "TCP",
        "available": 1,
        "name": "mysql"
      }
    ]
  }
}
  • Loading branch information
davaymne authored Dec 10, 2020
1 parent 9df5533 commit 82e58cb
Show file tree
Hide file tree
Showing 3 changed files with 45 additions and 0 deletions.
4 changes: 4 additions & 0 deletions MySQL/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
MySQL
=======
The world's most popular open source database
More details [https://www.mysql.com/](https://www.mysql.com/)
40 changes: 40 additions & 0 deletions MySQL/deploy.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
---
version: "2.0"

services:
mysql:
image: mysql
expose:
- port: 3306
to:
- global: true
- port: 8080
as: 80
to:
- global: true
profiles:
compute:
mysql:
resources:
cpu:
units: 0.1
memory:
size: 512Mi
storage:
size: 512Mi
placement:
westcoast:
attributes:
organization: ovrclk.com
signedBy:
anyOf:
- "akash1vz375dkt0c60annyp6mkzeejfq0qpyevhseu05"
pricing:
mysql:
denom: uakt
amount: 3000
deployment:
mysql:
westcoast:
profile: mysql
count: 1
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ Awesome DeFi apps you can deploy on Akash
- [mongoDB](mongoDB)
- [postgresSQL](postgres)
- [adminer](adminer)
- [MySQL](MySQL)

### Hosting

Expand Down

0 comments on commit 82e58cb

Please sign in to comment.