Skip to content

Commit

Permalink
feat(homepage): add bookmarks
Browse files Browse the repository at this point in the history
  • Loading branch information
mrsimonemms committed Nov 13, 2024
1 parent 7d28199 commit bdd4bef
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
6 changes: 6 additions & 0 deletions modules/kubernetes/files/argocd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,12 @@ server:
nginx.ingress.kubernetes.io/backend-protocol: HTTP
kubernetes.io/tls-acme: "true"
cert-manager.io/cluster-issuer: ${cluster_issuer}

gethomepage.dev/description: Get stuff done with Kubernetes!
gethomepage.dev/enabled: "true"
gethomepage.dev/group: Cluster Management
gethomepage.dev/icon: https://cdn.jsdelivr.net/gh/selfhst/icons/png/argo-cd.png
gethomepage.dev/name: ArgoCD
tls: true
extraTLS:
- hosts:
Expand Down
12 changes: 11 additions & 1 deletion registry/components/homepage/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,12 @@ metadata:
annotations:
argocd.argoproj.io/sync-wave: "10"
data:
bookmarks.yaml: ""
bookmarks.yaml: |
- Cluster Management2:
- Repo:
- icon: https://cdn.jsdelivr.net/gh/selfhst/icons/png/github.png
href: https://github.com/mrsimonemms/infrastructure
description: My infrastructure
docker.yaml: ""
kubernetes.yaml: |
mode: cluster
Expand All @@ -19,6 +24,11 @@ data:
brightness: 50
opacity: 50
headerStyle: boxed
useEqualHeights: true
layout:
- Cluster Management:
style: row
columns: 4
widgets.yaml: |
- kubernetes:
cluster:
Expand Down

0 comments on commit bdd4bef

Please sign in to comment.