From e3f3a97fb65858e6de4341178236b488044af68b Mon Sep 17 00:00:00 2001 From: Simo Aleksandrov Date: Sun, 15 Dec 2024 20:33:16 +0200 Subject: [PATCH] chore: remove hajimari --- apps/hajimari/hajimari.yaml | 81 -------------------------- apps/hajimari/kustomization.yaml | 6 -- apps/hajimari/pvc.yaml | 11 ---- clusters/anton/apps/hajimari.yaml | 14 ----- clusters/anton/apps/kustomization.yaml | 1 - 5 files changed, 113 deletions(-) delete mode 100644 apps/hajimari/hajimari.yaml delete mode 100644 apps/hajimari/kustomization.yaml delete mode 100644 apps/hajimari/pvc.yaml delete mode 100644 clusters/anton/apps/hajimari.yaml diff --git a/apps/hajimari/hajimari.yaml b/apps/hajimari/hajimari.yaml deleted file mode 100644 index 00595ba48..000000000 --- a/apps/hajimari/hajimari.yaml +++ /dev/null @@ -1,81 +0,0 @@ -apiVersion: helm.toolkit.fluxcd.io/v2beta1 -kind: HelmRelease -metadata: - name: hajimari - namespace: apps -spec: - interval: 15m - chart: - spec: - chart: hajimari - version: 2.0.2 - sourceRef: - kind: HelmRepository - name: hajimari - namespace: apps - interval: 15m - install: - createNamespace: true - remediation: - retries: 5 - upgrade: - remediation: - retries: 5 - values: - image: - repository: ghcr.io/toboshii/hajimari - tag: v0.3.1 - hajimari: - defaultEnable: false - namespaceSelector: - matchNames: - - apps - name: "Simo" - lightTheme: "blackboard" - darkTheme: "blackboard" - showAppUrls: false - showBookmarks: false - searchProviders: - - name: Google - token: g - icon: simple-icons:google - searchUrl: https://www.google.com/search?q={query} - url: https://www.google.com - - name: YouTube - token: y - icon: simple-icons:youtube - searchUrl: https://www.youtube.com/results?search_query={query} - url: https://www.youtube.com - - name: WolframAlpha - token: w - icon: simple-icons:wolfram - searchUrl: https://www.wolframalpha.com/input?i={query} - url: https://www.wolframalpha.com - ingress: - main: - enabled: true - ingressClassName: "nginx" - annotations: - cert-manager.io/cluster-issuer: letsencrypt - hajimari.io/enable: "true" - hajimari.io/icon: "weather-sunset" - nginx.ingress.kubernetes.io/whitelist-source-range: ${PRIVATE_WHITELIST} - hosts: - - host: &hajimari-host "${PERSONAL_DOMAIN}" - paths: - - path: / - pathType: Prefix - tls: - - hosts: - - *hajimari-host - secretName: "letsencrypt-hajimari" - persistence: - data: - enabled: true - existingClaim: hajimari-config - resources: - requests: - cpu: 100m - memory: 128Mi - limits: - memory: 256Mi diff --git a/apps/hajimari/kustomization.yaml b/apps/hajimari/kustomization.yaml deleted file mode 100644 index e82854d8d..000000000 --- a/apps/hajimari/kustomization.yaml +++ /dev/null @@ -1,6 +0,0 @@ -apiVersion: kustomize.config.k8s.io/v1beta1 -kind: Kustomization -resources: - - ./pvc.yaml - - ./hajimari.yaml -namespace: apps diff --git a/apps/hajimari/pvc.yaml b/apps/hajimari/pvc.yaml deleted file mode 100644 index 83f7ab8d9..000000000 --- a/apps/hajimari/pvc.yaml +++ /dev/null @@ -1,11 +0,0 @@ -apiVersion: v1 -kind: PersistentVolumeClaim -metadata: - name: hajimari-config - namespace: apps -spec: - accessModes: - - ReadWriteOnce - resources: - requests: - storage: 1Gi diff --git a/clusters/anton/apps/hajimari.yaml b/clusters/anton/apps/hajimari.yaml deleted file mode 100644 index 2d9f35bed..000000000 --- a/clusters/anton/apps/hajimari.yaml +++ /dev/null @@ -1,14 +0,0 @@ -apiVersion: kustomize.toolkit.fluxcd.io/v1 -kind: Kustomization -metadata: - name: hajimari - namespace: flux-system -spec: - interval: 10m0s - sourceRef: - kind: GitRepository - name: flux-system - path: ./apps/hajimari - prune: true - dependsOn: - - name: apps-base diff --git a/clusters/anton/apps/kustomization.yaml b/clusters/anton/apps/kustomization.yaml index 8a26dd838..8254d5b46 100644 --- a/clusters/anton/apps/kustomization.yaml +++ b/clusters/anton/apps/kustomization.yaml @@ -10,7 +10,6 @@ resources: - ./overseerr.yaml - ./prowlarr.yaml - ./qbittorrent.yaml - - ./hajimari.yaml - ./freshrss.yaml - ./reddit-rss.yaml - ./recyclarr.yaml