This commit is contained in:
2026-07-21 19:30:48 +00:00
commit 12711bc3fa
9 changed files with 137 additions and 0 deletions

21
README.md Normal file
View File

@@ -0,0 +1,21 @@
# Minikube hello
A minimal NGINX image deployed to Minikube with Helm at
`http://hello.k.mancave.link`.
## Build and push
```bash
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:
```bash
helm upgrade --install hello ./chart --namespace hello --create-namespace
```