Files
minikube/README.md
2026-07-21 19:30:48 +00:00

519 B

Minikube hello

A minimal NGINX image deployed to Minikube with Helm at http://hello.k.mancave.link.

Build and push

docker build -t git.fisoft.eu/ficik/minikube/hello:latest .
docker push git.fisoft.eu/ficik/minikube/hello:latest

Deploy

Create a kubernetes.io/dockerconfigjson pull secret named git-fisoft-registry in the hello namespace with credentials for git.fisoft.eu, then install the chart:

helm upgrade --install hello ./chart --namespace hello --create-namespace