Skip to content

Instantly share code, notes, and snippets.

@ubunteroz
Last active March 18, 2022 06:41
Show Gist options
  • Save ubunteroz/7da89022a0e4e5fec3af4073f3bcd349 to your computer and use it in GitHub Desktop.
Save ubunteroz/7da89022a0e4e5fec3af4073f3bcd349 to your computer and use it in GitHub Desktop.
Akash SDL for Deploying MariaDB
---
version: "2.0"
services:
db:
image: mariadb:10.6
expose:
- port: 3306
as: 3306
to:
- global: true
params:
storage:
data:
mount: /var/lib/mysql
profiles:
compute:
db-profile:
resources:
cpu:
units: 1.0
memory:
size: 1Gi
storage:
- size: 512Mi
- name: data
size: 1Gi
attributes:
persistent: true
class: beta2
placement:
westcoast:
pricing:
db-profile:
denom: uakt
amount: 10000.1
deployment:
db:
westcoast:
profile: db-profile
count: 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment