forked from akash-network/awesome-akash
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdeploy.yaml
36 lines (35 loc) · 769 Bytes
/
deploy.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
---
version: "2.0"
services:
geekbench:
image: cryptoandcoffee/akash-geekbench:1
expose:
- port: 80
to:
- global: true
env:
- GEEKBENCH_VERSION=5.4.4 #Supports any version of 5.0
- UPLOAD #Replace with NO_UPLOAD to disable uploading results to the Geekbench Browser
#- EMAIL= #Unlock Geekbench using EMAIL and KEY
#- KEY= #Required if email is present
profiles:
compute:
geekbench:
resources:
cpu:
units: 1.0
memory:
size: 2Gi #2Gi required
storage:
size: 1Gi
placement:
akash:
pricing:
geekbench:
denom: uakt
amount: 10000
deployment:
geekbench:
akash:
profile: geekbench
count: 1