diff --git a/09_Homepage/homepage-configmap.yaml b/09_Homepage/homepage-configmap.yaml index 22a25e5..0ef2d61 100644 --- a/09_Homepage/homepage-configmap.yaml +++ b/09_Homepage/homepage-configmap.yaml @@ -5,16 +5,17 @@ metadata: namespace: homepage labels: app.kubernetes.io/name: homepage + annotations: + reloader.stakater.com/match: "true" data: kubernetes.yaml: | mode: cluster settings.yaml: | background: https://images.unsplash.com/photo-1502790671504-542ad42d5189?auto=format&fit=crop&w=2560&q=80 cardBlur: xs - #settings.yaml: | - # providers: - # longhorn: - # url: https://longhorn.my.network + providers: + longhorn: + url: https://longhorn-dashboard.k8s.schnrbs.work custom.css: "" custom.js: "" bookmarks.yaml: | @@ -23,27 +24,36 @@ data: - abbr: GH href: https://github.com/ services.yaml: | - - My First Group: - - My First Service: - href: http://localhost/ - description: Homepage is awesome + - Smart Home: + - Home Assistant: + icon: home-assistant.png + href: https://ha.homeee.schnorbus.net + description: Home Assistant is awesome + widgets: + - type: homeassistant + url: https://ha.homeee.schnorbus.net + key: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiI3MTA1ZmE1MDA5ZTA0MDQxYTc0NzUxZmUwM2NhYWMwZiIsImlhdCI6MTc0NTcxMDY3OCwiZXhwIjoyMDYxMDcwNjc4fQ.EI6-Husovb1IYpVn5RBy8pJ7bcESQHDzIbS22_5abUs + - Zigbee2MQTT: + icon: zigbee2mqtt.png + href: http://muckibude.fritz.box:8383/#/ + description: Zigbee2MQTT is awesome - My Second Group: - My Second Service: href: http://localhost/ description: Homepage is the best - - My Third Group: + - Party Time: - My Third Service: href: http://localhost/ description: Homepage is 😎 - Nginx Proxy Manager: icon: nginx-proxy-manager.png - href: http://192.168.178.42:8181/ + href: http://192.168.178.42:8181 description: Nginx Proxy Manager is awesome widgets: - type: npm - url: http://192.168.178.42:8181/ + url: http://192.168.178.42:8181 username: bastian@schnorbus.net password: abcd1234 - Plex: @@ -69,6 +79,15 @@ data: cpu: true memory: true showLabel: true + - longhorn: + # Show the expanded view + expanded: true + # Shows a node representing the aggregate values + total: true + # Shows the node names as labels + labels: true + # Show the nodes + nodes: true - resources: backend: resources expanded: true diff --git a/09_Homepage/homepage-deployment.yaml b/09_Homepage/homepage-deployment.yaml index 326148a..699166c 100644 --- a/09_Homepage/homepage-deployment.yaml +++ b/09_Homepage/homepage-deployment.yaml @@ -114,6 +114,9 @@ metadata: namespace: homepage labels: app.kubernetes.io/name: homepage + annotations: + reloader.stakater.com/search: "true" + secret.reloader.stakater.com/reload: "homepage" spec: revisionHistoryLimit: 3 replicas: 1