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 8e8bb05
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
5 changes: 5 additions & 0 deletions registry/components/homepage/application.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,11 @@ spec:
annotations:
kubernetes.io/tls-acme: "true"
cert-manager.io/cluster-issuer: letsencrypt
gethomepage.dev/description: Dynamically Detected Homepage
gethomepage.dev/enabled: "true"
gethomepage.dev/group: Cluster Management
gethomepage.dev/icon: homepage.png
gethomepage.dev/name: Homepage
ingressClassName: nginx
hosts:
- host: homepage.simonemms.com
Expand Down
6 changes: 5 additions & 1 deletion registry/components/homepage/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,11 @@ metadata:
annotations:
argocd.argoproj.io/sync-wave: "10"
data:
bookmarks.yaml: ""
bookmarks.yaml: |
- Developer:
- Github:
- abbr: GH
href: https://github.com/
docker.yaml: ""
kubernetes.yaml: |
mode: cluster
Expand Down

0 comments on commit 8e8bb05

Please sign in to comment.