Skip to content

Instantly share code, notes, and snippets.

View adligo's full-sized avatar

Adligo Inc adligo

View GitHub Profile
@adligo
adligo / kube-registry.mjs
Last active December 1, 2021 23:32 — forked from coco98/kube-registry.yaml
Docker registry on minikube
const outputFile = process.argv[2]
const port = process.argv[3]
const fs = await import('fs');
/*
This is the simplest YAML template possible :) , to use simply;
$ node outPutFile.yaml <port>
I.E.
$ node out.yaml 5009
*/