1
0
Fork 0
hscloud/personal/radex/demo
radex f5844311eb */kube: Add kube.SimpleIngress
Change-Id: Iddcac629b9938f228dd93b32e58bb14606d5c6e5
Reviewed-on: https://gerrit.hackerspace.pl/c/hscloud/+/1745
Reviewed-by: q3k <q3k@hackerspace.pl>
2023-10-28 17:55:48 +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 */kube: Add kube.SimpleIngress 2023-10-28 17:55:48 +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