diff --git a/cluster/apps/data/hajimari/helm-release.yaml b/cluster/apps/data/hajimari/helm-release.yaml deleted file mode 100644 index 8323d6338..000000000 --- a/cluster/apps/data/hajimari/helm-release.yaml +++ /dev/null @@ -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 diff --git a/cluster/apps/data/hajimari/kustomization.yaml b/cluster/apps/data/hajimari/kustomization.yaml deleted file mode 100644 index fb8eedead..000000000 --- a/cluster/apps/data/hajimari/kustomization.yaml +++ /dev/null @@ -1,6 +0,0 @@ ---- -apiVersion: kustomize.config.k8s.io/v1beta1 -kind: Kustomization -resources: - - helm-release.yaml - - volume.yaml diff --git a/cluster/apps/data/hajimari/volume.yaml b/cluster/apps/data/hajimari/volume.yaml deleted file mode 100644 index 56a68c520..000000000 --- a/cluster/apps/data/hajimari/volume.yaml +++ /dev/null @@ -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 diff --git a/cluster/apps/data/kustomization.yaml b/cluster/apps/data/kustomization.yaml index 4829be4e6..b5a754fe1 100644 --- a/cluster/apps/data/kustomization.yaml +++ b/cluster/apps/data/kustomization.yaml @@ -5,7 +5,6 @@ resources: - namespace.yaml - bookstack - freshrss - - hajimari - homer - jobs - joplin-server