diff --git a/apps/homarr/ingress.yaml b/apps/homarr/ingress.yaml deleted file mode 100644 index 121e77e..0000000 --- a/apps/homarr/ingress.yaml +++ /dev/null @@ -1,15 +0,0 @@ -apiVersion: traefik.containo.us/v1alpha1 -kind: IngressRoute -metadata: - name: homarr-ingress -spec: - entryPoints: - - websecure - routes: - - match: Host(`start.kluster.moll.re`) - kind: Rule - services: - - name: homarr - port: 7575 - tls: - certResolver: default-tls diff --git a/apps/homarr/kustomization.yaml b/apps/homarr/kustomization.yaml deleted file mode 100644 index b251de9..0000000 --- a/apps/homarr/kustomization.yaml +++ /dev/null @@ -1,17 +0,0 @@ - -apiVersion: kustomize.config.k8s.io/v1beta1 -kind: Kustomization - -namespace: homarr - -resources: - - namespace.yaml - - pvc.yaml - - ingress.yaml - -helmCharts: - - name: homarr - releaseName: homarr - repo: https://oben01.github.io/charts/ - version: 1.0.6 - valuesFile: values.yaml diff --git a/apps/homarr/namespace.yaml b/apps/homarr/namespace.yaml deleted file mode 100644 index 0a074bd..0000000 --- a/apps/homarr/namespace.yaml +++ /dev/null @@ -1,4 +0,0 @@ -apiVersion: v1 -kind: Namespace -metadata: - name: placeholder diff --git a/apps/homarr/pvc.yaml b/apps/homarr/pvc.yaml deleted file mode 100644 index e69de29..0000000 diff --git a/apps/homarr/values.yaml b/apps/homarr/values.yaml deleted file mode 100644 index 8cc8cca..0000000 --- a/apps/homarr/values.yaml +++ /dev/null @@ -1,60 +0,0 @@ -# -- Default values for homarr -# -- Declare variables to be passed into your templates. - -# -- Number of replicas -replicaCount: 1 -env: - # -- Your local time zone - TZ: "Europe/Berlin" - # -- Colors and preferences, possible values dark / light - DEFAULT_COLOR_SCHEME: "dark" - -# -- Service configuration -service: - # -- Service type - type: ClusterIP - # -- Service port - port: 7575 - # -- Service target port - targetPort: 7575 - -# -- Ingress configuration -ingress: - enabled: false - -persistence: - - name: homarr-config - # -- Enable homarr-config persistent storage - enabled: true - # -- homarr-config storage class name - storageClassName: "nfs-client" - # -- homarr-config access mode - accessMode: "ReadWriteOnce" - persistentVolumeReclaimPolicy: Retain - - # -- homarr-config storage size - size: "50Mi" - # -- homarr-config mount path inside the pod - mountPath: "/app/data/configs" - - name: homarr-database - # -- Enable homarr-database persistent storage - enabled: true - # -- homarr-database storage class name - storageClassName: "nfs-client" - # -- homarr-database access mode - accessMode: "ReadWriteOnce" - # -- homarr-database storage size - size: "50Mi" - # -- homarr-database mount path inside the pod - mountPath: "/app/database" - - name: homarr-icons - # -- Enable homarr-icons persistent storage - enabled: true - # -- homarr-icons storage class name - storageClassName: "nfs-client" - # -- homarr-icons access mode - accessMode: "ReadWriteOnce" - # -- homarr-icons storage size - size: "50Mi" - # -- homarr-icons mount path inside the pod - mountPath: "/app/public/icons" diff --git a/kluster-deployments/homarr/application.yaml b/kluster-deployments/homarr/application.yaml deleted file mode 100644 index cc699af..0000000 --- a/kluster-deployments/homarr/application.yaml +++ /dev/null @@ -1,18 +0,0 @@ -apiVersion: argoproj.io/v1alpha1 -kind: Application -metadata: - name: homarr-application - namespace: argocd -spec: - project: apps - source: - repoURL: ssh://git@git.kluster.moll.re:2222/remoll/k3s-infra.git - targetRevision: main - path: apps/homarr - destination: - server: https://kubernetes.default.svc - namespace: homarr - syncPolicy: - automated: - prune: true - selfHeal: true diff --git a/kluster-deployments/homarr/kustomization.yaml b/kluster-deployments/homarr/kustomization.yaml deleted file mode 100644 index 0b082ba..0000000 --- a/kluster-deployments/homarr/kustomization.yaml +++ /dev/null @@ -1,4 +0,0 @@ -apiVersion: kustomize.config.k8s.io/v1beta1 -kind: Kustomization -resources: -- application.yaml \ No newline at end of file diff --git a/kluster-deployments/kustomization.yaml b/kluster-deployments/kustomization.yaml index b576c2f..6d413bc 100644 --- a/kluster-deployments/kustomization.yaml +++ b/kluster-deployments/kustomization.yaml @@ -23,7 +23,6 @@ resources: # simple apps - monitoring/ - - homarr/ - whoami/ - journal/ - immich/