GNU/Linux ◆ xterm-256color ◆ bash 442 views

SDL manifest file

---
version: "2.0"

services:
  registry:
    image: registry:2.8.1
    expose:
      # registry port
      - port: 5000
        as: 5000
        to:
          - global: true

profiles:
  compute:
    registry:
      resources:
        cpu:
          units: 2
        memory:
          size: 2Gi
        storage:
          size: 1Gi
  placement:
    akash:
      attributes:
        host: akash
      signedBy:
        anyOf:
          - "akash1365yvmc4s7awdyj3n2sav7xfx76adc6dnmlx63"
      pricing:
        registry:
          denom: uakt
          amount: 1000000

deployment:
  registry:
    akash:
      profile: registry
      count: 1