Skip to content

Commit

Permalink
chore(hajimari): flip some settings
Browse files Browse the repository at this point in the history
  • Loading branch information
buroa committed Jan 12, 2024
1 parent 68d3df2 commit 5738e03
Show file tree
Hide file tree
Showing 11 changed files with 21 additions and 23 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ spec:
enabled: true
className: internal
annotations:
hajimari.io/icon: mdi:sawtooth-wave
hajimari.io/icon: simple-icons:flux
hosts:
- host: &host gitops.${PUBLIC_DOMAIN}
paths:
Expand Down
29 changes: 10 additions & 19 deletions kubernetes/apps/home/hajimari/app/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,47 +27,38 @@ spec:
TZ: ${TIMEZONE}
hajimari:
title: Apps
lightTheme: cloud
darkTheme: espresso
lightTheme: paper
darkTheme: chalk
alwaysTargetBlank: true
showGreeting: false
showGreeting: true
showAppGroups: false
showAppStatus: false
showBookmarkGroups: false
showGlobalBookmarks: false
showAppUrls: true
defaultEnable: true
namespaceSelector:
matchNames:
- default
- flux-system
- home
- kube-system
- media
- monitoring
- networking
- rook-ceph
- security
any: true
ingress:
main:
enabled: true
ingressClassName: internal
annotations:
hajimari.io/enable: "false"
hosts:
- host: &host0 ${PUBLIC_DOMAIN}
- host: &host "{{ .Release.Name }}.${PUBLIC_DOMAIN}"
paths: &paths
- path: /
pathType: Prefix
- host: &host1 www.${PUBLIC_DOMAIN}
- host: &customHost0 www.${PUBLIC_DOMAIN}
paths: *paths
- host: &host2 apps.${PUBLIC_DOMAIN}
- host: &customHost1 ${PUBLIC_DOMAIN}
paths: *paths
tls:
- hosts:
- *host0
- *host1
- *host2
- *host
- *customHost0
- *customHost1
podAnnotations:
configmap.reloader.stakater.com/reload: hajimari-settings
persistence:
Expand Down
1 change: 1 addition & 0 deletions kubernetes/apps/home/home-assistant/app/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ spec:
className: internal
annotations:
hajimari.io/icon: mdi:home-assistant
hajimari.io/url: https://hass.${PUBLIC_DOMAIN}
hosts:
- host: &host "{{ .Release.Name }}.${PUBLIC_DOMAIN}"
paths: &paths
Expand Down
1 change: 1 addition & 0 deletions kubernetes/apps/home/node-red/app/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ spec:
className: internal
annotations:
hajimari.io/icon: cib:node-red
hajimari.io/url: https://nr.${PUBLIC_DOMAIN}
hosts:
- host: &host "{{ .Release.Name }}.${PUBLIC_DOMAIN}"
paths: &paths
Expand Down
1 change: 1 addition & 0 deletions kubernetes/apps/home/zigbee2mqtt/app/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ spec:
className: internal
annotations:
hajimari.io/icon: mdi:zigbee
hajimari.io/url: https://zigbee.${PUBLIC_DOMAIN}
hosts:
- host: &host "{{ .Release.Name }}.${PUBLIC_DOMAIN}"
paths: &paths
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/apps/kube-system/cilium/app/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ spec:
enabled: true
className: internal
annotations:
hajimari.io/icon: mdi:router
hajimari.io/icon: simple-icons:cilium
hosts:
- &host hubble.${PUBLIC_DOMAIN}
tls:
Expand Down
1 change: 1 addition & 0 deletions kubernetes/apps/media/qbittorrent/app/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@ spec:
className: internal
annotations:
hajimari.io/icon: mdi:seedling
hajimari.io/url: https://qb.${PUBLIC_DOMAIN}
hosts:
- host: &host "{{ .Release.Name }}.${PUBLIC_DOMAIN}"
paths: &paths
Expand Down
1 change: 1 addition & 0 deletions kubernetes/apps/media/sabnzbd/app/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ spec:
className: internal
annotations:
hajimari.io/icon: mdi:download
hajimari.io/url: https://sab.${PUBLIC_DOMAIN}
hosts:
- host: &host "{{ .Release.Name }}.${PUBLIC_DOMAIN}"
paths: &paths
Expand Down
3 changes: 2 additions & 1 deletion kubernetes/apps/monitoring/gatus/app/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,8 @@ spec:
className: external
annotations:
gatus.io/enabled: "true"
hajimari.io/icon: material-symbols:detector-status
hajimari.io/icon: simple-icons:statuspage
hajimari.io/url: https://status.${PUBLIC_DOMAIN}
external-dns.alpha.kubernetes.io/target: external.${PUBLIC_DOMAIN}
hosts:
- host: &host "{{ .Release.Name }}.${PUBLIC_DOMAIN}"
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/apps/monitoring/karma/app/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ spec:
enabled: true
className: internal
annotations:
hajimari.io/icon: mdi:alert
hajimari.io/icon: mdi:recycle
hosts:
- host: &host "{{ .Release.Name }}.${PUBLIC_DOMAIN}"
paths:
Expand Down
1 change: 1 addition & 0 deletions kubernetes/apps/security/authelia/app/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ spec:
annotations:
gatus.io/enabled: "true"
hajimari.io/icon: mdi:shield-account
hajimari.io/url: https://auth.${PUBLIC_DOMAIN}
nginx.ingress.kubernetes.io/configuration-snippet: |
add_header Cache-Control "no-store";
add_header Pragma "no-cache";
Expand Down

0 comments on commit 5738e03

Please sign in to comment.