mirror of
https://github.com/auricom/home-cluster.git
synced 2025-09-17 18:24:14 +02:00
feat: remove hajimari
This commit is contained in:
@@ -1,123 +0,0 @@
|
||||
---
|
||||
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: "${TIMEZONE}"
|
||||
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
|
@@ -1,6 +0,0 @@
|
||||
---
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
resources:
|
||||
- helm-release.yaml
|
||||
- volume.yaml
|
@@ -1,15 +0,0 @@
|
||||
---
|
||||
apiVersion: v1
|
||||
kind: PersistentVolumeClaim
|
||||
metadata:
|
||||
name: hajimari-config
|
||||
namespace: data
|
||||
labels:
|
||||
kasten-io/backup: "true"
|
||||
spec:
|
||||
accessModes:
|
||||
- ReadWriteOnce
|
||||
storageClassName: rook-ceph-block
|
||||
resources:
|
||||
requests:
|
||||
storage: 1Gi
|
@@ -5,7 +5,6 @@ resources:
|
||||
- namespace.yaml
|
||||
- bookstack
|
||||
- freshrss
|
||||
- hajimari
|
||||
- homer
|
||||
- jobs
|
||||
- joplin-server
|
||||
|
Reference in New Issue
Block a user