Go to my Twitch at MajesticCodingTwitch! This Go site uses templates with the Twitch API.
🎥 Twitch: Watch my coding Streams Twitch channel.
kubectl create configmap majesticcodingtwitch-env --from-env-file=.env
kubectl apply -f k8s-go.yaml
kubectl expose deployment majesticcodingtwitch --type=LoadBalancer --name=majesticcodingtwitch --port=8080 --target-port=8080
docker compose up
go mod tidy
go run main.go