mirror of
https://github.com/auricom/home-cluster.git
synced 2025-12-31 02:35:32 +01:00
124 lines
3.3 KiB
YAML
124 lines
3.3 KiB
YAML
---
|
|
apiVersion: helm.toolkit.fluxcd.io/v2beta1
|
|
kind: HelmRelease
|
|
metadata:
|
|
name: hajimari
|
|
namespace: data
|
|
spec:
|
|
interval: 5m
|
|
chart:
|
|
spec:
|
|
# renovate: registryUrl=https://hajimari.io
|
|
chart: hajimari
|
|
version: 1.2.0
|
|
sourceRef:
|
|
kind: HelmRepository
|
|
name: hajimari-charts
|
|
namespace: flux-system
|
|
interval: 5m
|
|
values:
|
|
image:
|
|
repository: ghcr.io/toboshii/hajimari
|
|
tag: v0.2.0
|
|
env:
|
|
TZ: "Europe/Paris"
|
|
hajimari:
|
|
defaultEnable: true
|
|
namespaceSelector:
|
|
matchNames:
|
|
- home-automation
|
|
- media
|
|
- data
|
|
- developement
|
|
- monitoring
|
|
- rook-ceph
|
|
- networking
|
|
name: "auricom"
|
|
customApps:
|
|
- name: Valetudo
|
|
url: "http://192.168.1.28"
|
|
icon: "robot-vacuum"
|
|
- name: PiAware
|
|
url: "http://192.168.150.25:8080"
|
|
icon: "airplane"
|
|
- name: HDHomeRun
|
|
url: "http://192.168.150.30"
|
|
icon: "antenna"
|
|
groups:
|
|
- name: Communicate
|
|
links:
|
|
- name: Discord
|
|
url: "https://discord.com"
|
|
- name: Gmail
|
|
url: "https://gmail.com"
|
|
- name: Slack
|
|
url: "https://slack.com/signin"
|
|
- name: Cloud
|
|
links:
|
|
- name: Cloudflare
|
|
url: "https://dash.cloudflare.com"
|
|
- name: Dropbox
|
|
url: "https://dropbox.com"
|
|
- name: Drive
|
|
url: "https://drive.google.com"
|
|
# - name: Design
|
|
# links:
|
|
# - name: Awwwards
|
|
# url: "https://awwwards.com"
|
|
# - name: Dribbble
|
|
# url: "https://dribbble.com"
|
|
# - name: Muz.li
|
|
# url: "https://medium.muz.li/"
|
|
# - name: Dev
|
|
# links:
|
|
# - name: Codepen
|
|
# url: "https://codepen.io/"
|
|
# - name: Devdocs
|
|
# url: "https://devdocs.io"
|
|
# - name: Devhints
|
|
# url: "https://devhints.io"
|
|
# - name: Lifestyle
|
|
# links:
|
|
# - name: Design Milk
|
|
# url: "https://design-milk.com/category/interior-design/"
|
|
# - name: Dwell
|
|
# url: "https://www.dwell.com/"
|
|
# - name: Freshome
|
|
# url: "https://www.mymove.com/freshome/"
|
|
- name: Media
|
|
links:
|
|
- name: Spotify
|
|
url: "http://browse.spotify.com"
|
|
- name: Reading
|
|
links:
|
|
- name: Reddit
|
|
url: "http://reddit.com"
|
|
- name: Tech
|
|
links:
|
|
- name: Hacker News
|
|
url: "https://news.ycombinator.com/"
|
|
ingress:
|
|
main:
|
|
enabled: true
|
|
ingressClassName: "nginx"
|
|
# annotations:
|
|
# traefik.ingress.kubernetes.io/router.entrypoints: "websecure"
|
|
hosts:
|
|
- host: "hajimari.${SECRET_CLUSTER_DOMAIN}"
|
|
paths:
|
|
- path: /
|
|
pathType: Prefix
|
|
tls:
|
|
- hosts:
|
|
- "hajimari.${SECRET_CLUSTER_DOMAIN}"
|
|
persistence:
|
|
data:
|
|
enabled: true
|
|
existingClaim: hajimari-config
|
|
podAnnotations:
|
|
configmap.reloader.stakater.com/reload: "hajimari-settings"
|
|
resources:
|
|
requests:
|
|
cpu: 100m
|
|
memory: 128M
|