Add tier & production in task config (#14)
This commit is contained in:
parent
a75b691d72
commit
fe664178ce
9 changed files with 76 additions and 4 deletions
|
@ -25,6 +25,9 @@ job = realis.NewJob().
|
|||
RAM(64).
|
||||
Disk(100).
|
||||
IsService(false).
|
||||
Production(false).
|
||||
Tier("preemptible").
|
||||
Priority(0).
|
||||
InstanceCount(1).
|
||||
AddPorts(1).
|
||||
AddLabel("fileName", "sample-app/docker-compose.yml").
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue