Categorygithub.com/bennerv/provisioning-api
module
0.4.1
Repository: https://github.com/bennerv/provisioning-api.git
Documentation: pkg.go.dev

# README

Build and Run

Build for MacOS / Linux / Windows

GOOS=darwin|linux
GOARCH=amd64

go build ./cmd/main.go

Run

# Run the output binary
./main

# Run with go run
go run cmd/main.go

Deploying

Minikube

# Start minikube
minikube start --vm=true --memory=16g --cpus=8

# Enable ingress
minikube addons enable ingress

Apply the Files

kubectl create -f deploy/

# Packages

No description provided by the author
No description provided by the author