Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
8507515e56 | ||
|
|
b66575bd29 | ||
|
|
cb71286c1e | ||
|
|
9c8774527f | ||
|
|
e0e90aa291 |
@@ -3,5 +3,5 @@
|
|||||||
## Deploy
|
## Deploy
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
helm template homer --set tag=1.1.1 ./helm | kubectl apply -f -
|
helm install homer ./helm
|
||||||
```
|
```
|
||||||
BIN
assets/tools/glances.png
Normal file
BIN
assets/tools/glances.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 34 KiB |
@@ -25,7 +25,7 @@ services:
|
|||||||
- name: "Freenas"
|
- name: "Freenas"
|
||||||
logo: "assets/tools/freenas.png"
|
logo: "assets/tools/freenas.png"
|
||||||
tag: "Storage"
|
tag: "Storage"
|
||||||
url: "https://freenas.ducoterra.net/"
|
url: "http://freenas.ducoterra.net/"
|
||||||
target: '_blank'
|
target: '_blank'
|
||||||
- name: "Entertainment"
|
- name: "Entertainment"
|
||||||
icon: "fas fa-photo-video"
|
icon: "fas fa-photo-video"
|
||||||
@@ -53,6 +53,11 @@ services:
|
|||||||
url: "https://zipkin.ducoterra.net/"
|
url: "https://zipkin.ducoterra.net/"
|
||||||
tag: "Monitoring"
|
tag: "Monitoring"
|
||||||
target: '_blank'
|
target: '_blank'
|
||||||
|
- name: "Glances"
|
||||||
|
logo: "assets/tools/glances.png"
|
||||||
|
url: "https://monitor.ducoterra.net/"
|
||||||
|
tag: "Monitoring"
|
||||||
|
target: '_blank'
|
||||||
- name: "Network"
|
- name: "Network"
|
||||||
icon: "fas fa-server"
|
icon: "fas fa-server"
|
||||||
items:
|
items:
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ version: '3'
|
|||||||
services:
|
services:
|
||||||
homer:
|
homer:
|
||||||
build: .
|
build: .
|
||||||
image: hub.ducoterra.net/ducoterra/homer:1.0.0
|
image: hub.ducoterra.net/ducoterra/homer:1.0.2
|
||||||
ports:
|
ports:
|
||||||
- 8080:8080
|
- 8080:8080
|
||||||
volumes:
|
volumes:
|
||||||
|
|||||||
@@ -1 +1,2 @@
|
|||||||
image: hub.ducoterra.net/ducoterra/homer
|
image: hub.ducoterra.net/ducoterra/homer
|
||||||
|
tag: 1.1.5
|
||||||
Reference in New Issue
Block a user