init
This commit is contained in:
21
README.md
Normal file
21
README.md
Normal 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
|
||||
```
|
||||
Reference in New Issue
Block a user