From 08a1a84cb549c79fd4db7aa46b096b7727d7cc86 Mon Sep 17 00:00:00 2001 From: Jason Gilfoil Date: Mon, 4 Mar 2024 07:08:58 +0000 Subject: [PATCH] further adjusts to homepage rook and minio in storage category and add links to chatbots --- .../apps/default/homepage/app/configmap.yaml | 34 ++++++++----------- .../apps/rook-ceph/cluster/helmrelease.yaml | 2 +- .../apps/storage/minio/app/helm-release.yaml | 2 +- 3 files changed, 16 insertions(+), 22 deletions(-) diff --git a/kubernetes/apps/default/homepage/app/configmap.yaml b/kubernetes/apps/default/homepage/app/configmap.yaml index 9fe7277f..ae08c31f 100644 --- a/kubernetes/apps/default/homepage/app/configmap.yaml +++ b/kubernetes/apps/default/homepage/app/configmap.yaml @@ -7,15 +7,21 @@ metadata: app.kubernetes.io/name: homepage data: bookmarks.yaml: | - - Git: + - ChatBots: + - Perplexity: + - icon: https://twitter.com/perplexity_ai/photo + href: https://www.perplexity.ai/ + - ChatGPT: + - icon: chatgpt.png + href: https://chat.openai.com/ - home-cluster: - - icon: kubernetes.png + - icon: github-light.png href: https://github.com/jgilfoil/home-cluster - kubesearch: - icon: kubernetes-dashboard.png href: https://kubesearch.dev - flux-cluster-template: - - icon: github.png + - icon: github-light.png href: https://github.com/onedr0p/flux-cluster-template docker.yaml: "" kubernetes.yaml: | @@ -37,30 +43,18 @@ data: color: slate headerStyle: boxed layout: - Calendar: - style: columns - Automation: - style: columns Media: + style: row + columns: 3 + Observability: style: columns columns: 3 - Selfhosted: + Network: style: row columns: 2 - Security: + Storage: style: row columns: 2 - Downloads: - style: row - columns: 3 - Games: - style: row - Infrastructure: - style: row - columns: 2 - Observability: - style: row - columns: 3 widgets.yaml: | - resources: backend: kubernetes diff --git a/kubernetes/apps/rook-ceph/cluster/helmrelease.yaml b/kubernetes/apps/rook-ceph/cluster/helmrelease.yaml index eb549b6a..ab329201 100644 --- a/kubernetes/apps/rook-ceph/cluster/helmrelease.yaml +++ b/kubernetes/apps/rook-ceph/cluster/helmrelease.yaml @@ -38,7 +38,7 @@ spec: ingressClassName: internal annotations: gethomepage.dev/enabled: "true" - gethomepage.dev/group: Infrastructure + gethomepage.dev/group: Storage gethomepage.dev/name: Rook-Ceph gethomepage.dev/icon: rook.svg gethomepage.dev/description: Cluster Storage Orchestrator diff --git a/kubernetes/apps/storage/minio/app/helm-release.yaml b/kubernetes/apps/storage/minio/app/helm-release.yaml index 26886ab2..ce14ba4f 100644 --- a/kubernetes/apps/storage/minio/app/helm-release.yaml +++ b/kubernetes/apps/storage/minio/app/helm-release.yaml @@ -92,7 +92,7 @@ spec: className: internal annotations: gethomepage.dev/enabled: "true" - gethomepage.dev/group: Infrastcuture + gethomepage.dev/group: Storage gethomepage.dev/name: Minio gethomepage.dev/icon: minio.svg gethomepage.dev/description: S3 Object Storage