File tree 2 files changed +17
-1
lines changed
registry/components/homepage
2 files changed +17
-1
lines changed Original file line number Diff line number Diff line change @@ -18,6 +18,12 @@ server:
18
18
nginx.ingress.kubernetes.io/backend-protocol : HTTP
19
19
kubernetes.io/tls-acme : " true"
20
20
cert-manager.io/cluster-issuer : ${cluster_issuer}
21
+
22
+ gethomepage.dev/description : Get stuff done with Kubernetes!
23
+ gethomepage.dev/enabled : " true"
24
+ gethomepage.dev/group : Cluster Management
25
+ gethomepage.dev/icon : argocd
26
+ gethomepage.dev/name : ArgoCD
21
27
tls : true
22
28
extraTLS :
23
29
- hosts :
Original file line number Diff line number Diff line change @@ -6,7 +6,12 @@ metadata:
6
6
annotations :
7
7
argocd.argoproj.io/sync-wave : " 10"
8
8
data :
9
- bookmarks.yaml : " "
9
+ bookmarks.yaml : |
10
+ - Cluster Management3:
11
+ - Repo:
12
+ - icon: github-light
13
+ href: https://github.com/mrsimonemms/infrastructure
14
+ description: My infrastructure
10
15
docker.yaml : " "
11
16
kubernetes.yaml : |
12
17
mode: cluster
19
24
brightness: 50
20
25
opacity: 50
21
26
headerStyle: boxed
27
+ useEqualHeights: true
28
+ layout:
29
+ - Cluster Management:
30
+ style: row
31
+ columns: 4
22
32
widgets.yaml : |
23
33
- kubernetes:
24
34
cluster:
You can’t perform that action at this time.
0 commit comments