Skip to content

Commit

Permalink
�[t(homepage): ✨ add bookmarks and servicesces
Browse files Browse the repository at this point in the history
  • Loading branch information
fabricesemti80 committed Nov 17, 2024
1 parent 4171837 commit ee3d8e0
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 1 deletion.
8 changes: 8 additions & 0 deletions kubernetes/apps/default/hajimari/app/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,15 @@ spec:
enabled: true
ingressClassName: external
annotations:

external-dns.alpha.kubernetes.io/target: "external.${SECRET_DOMAIN}"

gethomepage.dev/enabled: "true"
gethomepage.dev/description: Alternative to Homepage
gethomepage.dev/group: Operations
gethomepage.dev/icon: hajimari.png
gethomepage.dev/name: Toboshii

hosts:
- host: &host "hajimari.${SECRET_DOMAIN}"
paths:
Expand Down
34 changes: 33 additions & 1 deletion kubernetes/apps/default/homepage/app/helmrelease.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
#? https://github.com/gethomepage/homepage/blob/dev/kubernetes.md
#? https://github.com/jameswynn/helm-charts/blob/main/charts/homepage/values.yaml

---
apiVersion: helm.toolkit.fluxcd.io/v2beta1
kind: HelmRelease
metadata:
Expand Down Expand Up @@ -54,8 +54,40 @@ spec:
mountPath: /app/config/logs

config:

# To use an existing ConfigMap uncomment this line and specify the name
# useExistingConfigMap: existing-homepage-configmap
bookmarks:
- Developer:
- Github:
- abbr: GH
href: https://github.com/
- KubeSearch:
- abbr: KS
href: https://kubesearch.dev/
- OnedropClusterTemplate:
- abbr: OT
href: https://github.com/onedr0p/cluster-template

services:
- My First Group:
- My First Service:
href: http://localhost/
description: Homepage is awesome

- My Second Group:
- My Second Service:
href: http://localhost/
description: Homepage is the best

- My Third Group:
- My Third Service:
href: http://localhost/
description: Homepage is 😎

kubernetes:
mode: cluster

widgets:
- kubernetes:
cluster:
Expand Down

0 comments on commit ee3d8e0

Please sign in to comment.