- Go 1.13+ (to build the provider plugin)
- faas-cli
- akash-cli (make sure to put akash-cli in your $PATH or /usr/local/bin)
- Clone this repository and cd into the directory
- Run
make build
, it will generate a file namedfaas-akash
- run
./faas-akash
and enjoy OpenFaas :handshaking: Akash Network
- by default, faas-akash provider assumes a
config.yaml
to be present in $HOME/.faas-akash/ - few fields can be set using this config file or environmental variables
Property | Description | Required |
---|---|---|
port |
OpenFaas Gateway Port | No |
readTimeout |
Request body ReadTimeout in seconds | No |
writeTimeout |
Request Body WriteTimeout in seconds | No |
port: 8090
readTimeout: 180
writeTimeout: 180