hscloud/personal/radex/demo
radex 7fa38d47b8 personal/radex: add radex stuff
Change-Id: I31e186d71f05375b28a0f4e708cc1caa6147dac2
Reviewed-on: https://gerrit.hackerspace.pl/c/hscloud/+/1814
2023-12-04 20:34:05 +00:00
..
Dockerfile personal/radex/demo: +bruh 2023-08-12 15:30:18 +00:00
README.md personal/radex/demo: +bruh 2023-08-12 15:30:18 +00:00
index.html personal/radex/demo: +bruh 2023-08-12 15:30:18 +00:00
prod.jsonnet personal/radex: add radex stuff 2023-12-04 20:34:05 +00:00

README.md

build:

docker build -t registry.k0.hswaw.net/radex/bruh:VERSION --platform linux/amd64 personal/radex/demo

check locally:

docker run -it --rm -d -p 8080:8080 --name web registry.k0.hswaw.net/radex/bruh:VERSION
docker stop web

push image:

docker push registry.k0.hswaw.net/radex/bruh:VERSION
# if needed, authenticate via https://registry.k0.hswaw.net
# update cfg.image in prod.jsonnet

deploy:

prodaccess
# if broken, check $PATH and/or run
bazel run //tools:install

kubecfg update personal/radex/demo/prod.jsonnet

# see health
kubectl -n personal-radex get all,cm,secret,ing