enabling reloader component for homepage

This commit is contained in:
baschno
2025-04-27 01:56:36 +02:00
parent 77ad59eae5
commit 65e99a9f83
2 changed files with 33 additions and 11 deletions

View File

@@ -5,16 +5,17 @@ metadata:
namespace: homepage namespace: homepage
labels: labels:
app.kubernetes.io/name: homepage app.kubernetes.io/name: homepage
annotations:
reloader.stakater.com/match: "true"
data: data:
kubernetes.yaml: | kubernetes.yaml: |
mode: cluster mode: cluster
settings.yaml: | settings.yaml: |
background: https://images.unsplash.com/photo-1502790671504-542ad42d5189?auto=format&fit=crop&w=2560&q=80 background: https://images.unsplash.com/photo-1502790671504-542ad42d5189?auto=format&fit=crop&w=2560&q=80
cardBlur: xs cardBlur: xs
#settings.yaml: | providers:
# providers: longhorn:
# longhorn: url: https://longhorn-dashboard.k8s.schnrbs.work
# url: https://longhorn.my.network
custom.css: "" custom.css: ""
custom.js: "" custom.js: ""
bookmarks.yaml: | bookmarks.yaml: |
@@ -23,27 +24,36 @@ data:
- abbr: GH - abbr: GH
href: https://github.com/ href: https://github.com/
services.yaml: | services.yaml: |
- My First Group: - Smart Home:
- My First Service: - Home Assistant:
href: http://localhost/ icon: home-assistant.png
description: Homepage is awesome 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 Group:
- My Second Service: - My Second Service:
href: http://localhost/ href: http://localhost/
description: Homepage is the best description: Homepage is the best
- My Third Group: - Party Time:
- My Third Service: - My Third Service:
href: http://localhost/ href: http://localhost/
description: Homepage is 😎 description: Homepage is 😎
- Nginx Proxy Manager: - Nginx Proxy Manager:
icon: nginx-proxy-manager.png 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 description: Nginx Proxy Manager is awesome
widgets: widgets:
- type: npm - type: npm
url: http://192.168.178.42:8181/ url: http://192.168.178.42:8181
username: bastian@schnorbus.net username: bastian@schnorbus.net
password: abcd1234 password: abcd1234
- Plex: - Plex:
@@ -69,6 +79,15 @@ data:
cpu: true cpu: true
memory: true memory: true
showLabel: 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: - resources:
backend: resources backend: resources
expanded: true expanded: true

View File

@@ -114,6 +114,9 @@ metadata:
namespace: homepage namespace: homepage
labels: labels:
app.kubernetes.io/name: homepage app.kubernetes.io/name: homepage
annotations:
reloader.stakater.com/search: "true"
secret.reloader.stakater.com/reload: "homepage"
spec: spec:
revisionHistoryLimit: 3 revisionHistoryLimit: 3
replicas: 1 replicas: 1