streamlined homepage deployment
This commit is contained in:
@@ -1,6 +1,35 @@
|
||||
|
||||
Install via helm:
|
||||
## Installation
|
||||
|
||||
### Install via helm
|
||||
https://gethomepage.dev/installation/k8s/#install-with-helm
|
||||
|
||||
|
||||
```
|
||||
helm upgrade --install homepage jameswynn/homepage -f homepage-values.yaml --create-namespace --namespace homepage
|
||||
```
|
||||
|
||||
|
||||
### Install via deployment
|
||||
|
||||
```
|
||||
k create ns homepage
|
||||
k apply -f 01_homepage-deployment.yaml
|
||||
```
|
||||
|
||||
## Setup Https & Certificate
|
||||
|
||||
```
|
||||
k apply -f 02_homepage-certificate.yaml
|
||||
k apply -f 03_homepage-ingress-route.yaml
|
||||
```
|
||||
|
||||
|
||||
## Upload Content
|
||||
```
|
||||
k apply -f 04_homepage-configmap.yaml
|
||||
```
|
||||
|
||||
## Test
|
||||
|
||||
Open Browser and navigate to:
|
||||
https://homepage.k8s.schnrbs.work
|
||||
Reference in New Issue
Block a user