-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
release(nes-node-web): 0.1.5 liveness + readiness probes
- Loading branch information
1 parent
ad2f6a0
commit cd0a402
Showing
4 changed files
with
69 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
# Developing on this repo | ||
|
||
|
||
How I was testing last: | ||
``` | ||
helm upgrade --install --dry-run \ | ||
-n nes-dev \ | ||
-f /Users/welch/Code/herodevs/nes/packages/api1/k8s/dev.yaml \ | ||
api1 \ | ||
/Users/welch/Code/herodevs/helm-charts/charts/nes-node-web \ | ||
--version 0.1.5 \ | ||
--set version=0.0.8 \ | ||
--set host=api.dev.nes.herodevs.com \ | ||
--set imagePullSecret=ghcr-login-secret \ | ||
--set release=nes-dev | ||
``` | ||
|
||
Debugging a container image locally (with compose running0): | ||
``` | ||
DOCKER_BUILDKIT=1 docker run -it --rm --privileged \ | ||
--network nes_default \ | ||
-v $(pwd)/.env.docker:/home/node/app/.env \ | ||
-v $(pwd):/dockerhost \ | ||
-p '127.0.0.1:3000:3000' \ | ||
"ghcr.io/neverendingsupport/api1:0.0.8" \ | ||
/bin/bash | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters