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

22 lines
519 B
Markdown

# 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
```