4 Commits
1.1.4 ... 1.1.6

Author SHA1 Message Date
ducoterra
b66575bd29 switch freenas to http 2020-06-27 11:13:55 -04:00
ducoterra
cb71286c1e add glances 2020-06-27 11:12:39 -04:00
ducoterra
9c8774527f Merge branch 'master' of gitlab.ducoterra.net:services/homer 2020-06-15 21:33:48 -04:00
ducoterra
e0e90aa291 add tag to values 2020-06-15 21:33:42 -04:00
4 changed files with 9 additions and 3 deletions

View File

@@ -3,5 +3,5 @@
## Deploy
```bash
helm template homer --set tag=1.1.1 ./helm | kubectl apply -f -
helm install homer ./helm
```

BIN
assets/tools/glances.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 34 KiB

View File

@@ -25,7 +25,7 @@ services:
- name: "Freenas"
logo: "assets/tools/freenas.png"
tag: "Storage"
url: "https://freenas.ducoterra.net/"
url: "http://freenas.ducoterra.net/"
target: '_blank'
- name: "Entertainment"
icon: "fas fa-photo-video"
@@ -53,6 +53,11 @@ services:
url: "https://zipkin.ducoterra.net/"
tag: "Monitoring"
target: '_blank'
- name: "Glances"
logo: "assets/tools/glances.png"
url: "https://temp.ducoterra.net/"
tag: "Monitoring"
target: '_blank'
- name: "Network"
icon: "fas fa-server"
items:

View File

@@ -1 +1,2 @@
image: hub.ducoterra.net/ducoterra/homer
image: hub.ducoterra.net/ducoterra/homer
tag: 1.1.5