Add kubernetes deployment specs

This commit is contained in:
2022-06-25 20:55:06 -05:00
parent 04ea16743d
commit 562ada3af5
10 changed files with 339 additions and 3 deletions

View File

@@ -13,6 +13,10 @@
"framework",
"express"
],
"scripts": {
"docker:build": "docker build -t ${DOCKER_REGISTRY}/starship/coreid .",
"docker:push": "docker push ${DOCKER_REGISTRY}/starship/coreid"
},
"author": "Garrett Mills <garrett@glmdev.tech> (https://garrettmills.dev/)",
"license": "MIT",
"dependencies": {