Greeter
This is the Greeter service
Configuration
FQDN: mkit.service.greeter
Type: service
Alias: greeter
Usage
Build the binary
make build TARGET=greeter TYPE=service
# then run with custom env
CONFIGOR_ENV_PREFIX=APP APP_FEATURES_TLS_ENABLED=true ./build/greeter-serviceRun the service
make run-greeter
make run-greeter ARGS="--server_address=:8081"
# or
go run service/greeter/main.go service/greeter/plugin.goBuild a docker image
Test the service
Last updated
Was this helpful?