mirror of
https://github.com/auricom/home-cluster.git
synced 2025-09-17 18:24:14 +02:00
✨ hajimari
This commit is contained in:
@@ -29,12 +29,16 @@ spec:
|
|||||||
values:
|
values:
|
||||||
controller:
|
controller:
|
||||||
strategy: RollingUpdate
|
strategy: RollingUpdate
|
||||||
|
podAnnotations:
|
||||||
|
configmap.reloader.stakater.com/reload: "hajimari-settings"
|
||||||
env:
|
env:
|
||||||
TZ: ${TIMEZONE}
|
TZ: ${TIMEZONE}
|
||||||
hajimari:
|
hajimari:
|
||||||
title: Apps
|
title: Apps
|
||||||
darkTheme: espresso
|
lightTheme: tron
|
||||||
|
darkTheme: tron
|
||||||
alwaysTargetBlank: true
|
alwaysTargetBlank: true
|
||||||
|
showSearch: false
|
||||||
showGreeting: false
|
showGreeting: false
|
||||||
showAppGroups: false
|
showAppGroups: false
|
||||||
showAppStatus: false
|
showAppStatus: false
|
||||||
@@ -49,12 +53,47 @@ spec:
|
|||||||
- monitoring
|
- monitoring
|
||||||
- networking
|
- networking
|
||||||
- rook-ceph
|
- rook-ceph
|
||||||
|
customApps:
|
||||||
|
- group: servers
|
||||||
|
apps:
|
||||||
|
- name: opnsense
|
||||||
|
icon: mdi:router-network
|
||||||
|
url: "https://opnsense.${SECRET_DOMAIN}"
|
||||||
|
- name: truenas
|
||||||
|
icon: mdi:nas
|
||||||
|
url: "https://truenas.${SECRET_DOMAIN}"
|
||||||
|
- name: truenas-remote
|
||||||
|
icon: mdi:nas
|
||||||
|
url: "https://truenas-remote.${SECRET_DOMAIN}"
|
||||||
|
- name: minio
|
||||||
|
icon: mdi:aws
|
||||||
|
url: "https://minio.${SECRET_DOMAIN}:9000"
|
||||||
|
- name: pikvm
|
||||||
|
icon: mdi:ip-network
|
||||||
|
url: "https://pikvm.${SECRET_DOMAIN}"
|
||||||
|
bookmarks:
|
||||||
|
- group: Kubernetes
|
||||||
|
bookmarks:
|
||||||
|
- name: auricom/home-ops
|
||||||
|
icon: ''
|
||||||
|
url: https://github.com/auricom/home-ops
|
||||||
|
targetBlank: false
|
||||||
|
- name: auricom/containers
|
||||||
|
icon: ''
|
||||||
|
url: https://github.com/auricom/containers
|
||||||
|
targetBlank: false
|
||||||
|
- name: k8s-at-home-search
|
||||||
|
icon: ''
|
||||||
|
url: https://whazor.github.io/k8s-at-home-search/
|
||||||
|
targetBlank: false
|
||||||
ingress:
|
ingress:
|
||||||
main:
|
main:
|
||||||
enabled: true
|
enabled: true
|
||||||
ingressClassName: nginx
|
ingressClassName: nginx
|
||||||
annotations:
|
annotations:
|
||||||
hajimari.io/enable: "false"
|
hajimari.io/enable: "false"
|
||||||
|
hajimari.io/icon: "weather-sunset"
|
||||||
|
hajimari.io/instance: "admin"
|
||||||
hosts:
|
hosts:
|
||||||
- host: &host apps.${SECRET_CLUSTER_DOMAIN}
|
- host: &host apps.${SECRET_CLUSTER_DOMAIN}
|
||||||
paths:
|
paths:
|
||||||
@@ -63,8 +102,6 @@ spec:
|
|||||||
tls:
|
tls:
|
||||||
- hosts:
|
- hosts:
|
||||||
- *host
|
- *host
|
||||||
podAnnotations:
|
|
||||||
configmap.reloader.stakater.com/reload: "hajimari-settings"
|
|
||||||
persistence:
|
persistence:
|
||||||
data:
|
data:
|
||||||
enabled: true
|
enabled: true
|
||||||
|
@@ -54,6 +54,7 @@ spec:
|
|||||||
auth.home.arpa/enabled: "true"
|
auth.home.arpa/enabled: "true"
|
||||||
external-dns.home.arpa/enabled: "true"
|
external-dns.home.arpa/enabled: "true"
|
||||||
hajimari.io/icon: mdi:youtube
|
hajimari.io/icon: mdi:youtube
|
||||||
|
hajimari.io/name: invidious
|
||||||
hosts:
|
hosts:
|
||||||
- host: &host "invidious.${SECRET_CLUSTER_DOMAIN}"
|
- host: &host "invidious.${SECRET_CLUSTER_DOMAIN}"
|
||||||
paths:
|
paths:
|
||||||
|
Reference in New Issue
Block a user