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 de9e5eb commit 944e186
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
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://avatars.githubusercontent.com/u/30269780
gethomepage.dev/name: ArgoCD
tls: true
extraTLS:
- hosts:
Expand Down
5 changes: 5 additions & 0 deletions registry/components/homepage/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,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 944e186

Please sign in to comment.