Skip to content

Commit 9442dc9

Browse files
authored
fix: update homepage HelmRelease configurations and comment out unused labels (#962)
Signed-off-by: Nikolai Emil Damm <[email protected]>
1 parent ffe7da6 commit 9442dc9

File tree

5 files changed

+29
-26
lines changed

5 files changed

+29
-26
lines changed

k8s/bases/apps/homepage/helm-release.yaml

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -47,29 +47,29 @@ spec:
4747
paths:
4848
- path: /
4949
pathType: Prefix
50-
annotations:
51-
traefik.ingress.kubernetes.io/router.middlewares: traefik-forward-auth@kubernetescrd
50+
# annotations:
51+
# traefik.ingress.kubernetes.io/router.middlewares: traefik-forward-auth@kubernetescrd
5252
config:
5353
kubernetes:
5454
mode: cluster
5555
settings:
56-
title: Homelab
57-
favicon: https://devantler.com/assets/images/author.png
56+
title: DevantlerTech Platform
57+
favicon: https://devantler.tech/assets/images/author.png
5858
theme: dark
5959
color: slate
6060
background:
6161
image: https://images.unsplash.com/photo-1478760329108-5c3ed9d495a0?q=80&w=1974&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D
6262
blur: sm
6363
opacity: 70
64-
providers:
65-
longhorn:
66-
url: http://longhorn-frontend.longhorn-system:80
64+
# providers:
65+
# longhorn:
66+
# url: http://longhorn-frontend.longhorn-system:80
6767
widgets:
6868
- logo:
69-
icon: https://devantler.com/assets/images/author.png
69+
icon: https://devantler.tech/assets/images/author.png
7070
- greeting:
7171
text_size: xl
72-
text: Welcome to Devantler's Homelab! 🚀
72+
text: Welcome to the DevantlerTech Platform's homepage!
7373
- search:
7474
provider: google
7575
target: _blank
@@ -87,21 +87,21 @@ spec:
8787
expanded: true
8888
cpu: true
8989
memory: true
90-
- longhorn:
91-
expanded: true
92-
total: true
93-
labels: false
94-
nodes: false
90+
# - longhorn:
91+
# expanded: true
92+
# total: true
93+
# labels: false
94+
# nodes: false
9595
services:
9696
- Network:
9797
- Cloudflare:
9898
icon: cloudflare
99-
href: https://cloudflare.${domain}
99+
href: https://dash.cloudflare.com
100100
description: Central hub for managing public networking, e.g. FQDN, DNS and remote tunneling.
101101
widget:
102102
type: cloudflared
103103
accountid: 634e9016d402443e427865dc35457728
104-
tunnelid: 3284a342-3b0f-4530-a60e-07338e2bec17
104+
tunnelid: ${cloudflared_tunnel_id}
105105
key: ${cloudflared_tunnel_api_token}
106106
- UniFi:
107107
icon: unifi
@@ -120,7 +120,7 @@ spec:
120120
- Cluster Provisioning:
121121
- Omni:
122122
icon: si-talos-#FF7300
123-
href: https://omni.${domain}
123+
href: https://devantler.omni.siderolabs.io
124124
description: Platform for provisioning and managing Talos Linux clusters.
125125
- Analytics:
126126
- Disqus:
@@ -140,16 +140,16 @@ spec:
140140
- GitHub:
141141
- icon: github-light
142142
href: https://github.com
143-
- NuGet:
144-
- icon: si-nuget-#1088d6
145-
href: https://www.nuget.org
146143
- Codecov:
147144
- icon: si-codecov-#F01F7A
148145
href: https://app.codecov.io
149146
- Renovate:
150147
- icon: si-renovatebot-#007fa0
151148
href: https://developer.mend.io
152-
- Ops:
149+
- NuGet:
150+
- icon: si-nuget-#1088d6
151+
href: https://www.nuget.org
152+
- Kubernetes:
153153
- ArtifactHUB:
154154
- icon: si-artifacthub-#417598
155155
href: https://artifacthub.io

k8s/bases/apps/homepage/namespace.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v1
22
kind: Namespace
33
metadata:
44
name: homepage
5-
labels:
6-
goldilocks.fairwinds.com/enabled: "true"
7-
goldilocks.fairwinds.com/vpa-update-mode: "auto"
8-
goldilocks.fairwinds.com/vpa-min-replicas: "1"
5+
# labels:
6+
# goldilocks.fairwinds.com/enabled: "true"
7+
# goldilocks.fairwinds.com/vpa-update-mode: "auto"
8+
# goldilocks.fairwinds.com/vpa-min-replicas: "1"

k8s/bases/apps/kustomization.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
---
22
apiVersion: kustomize.config.k8s.io/v1beta1
33
kind: Kustomization
4-
resources: []
4+
resources:
5+
- homepage/

k8s/clusters/dev/variables/variables-cluster-config-map.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ metadata:
55
name: variables-cluster
66
namespace: flux-system
77
data:
8+
cloudflared_tunnel_id: feb90d05-6569-4af1-8e79-13ecd147e39a
89
domain: dev.platform.devantler.tech
910
1011
github_app_client_id: Iv23liZ8GHRgpx32Em2y

k8s/clusters/prod/variables/variables-cluster-config-map.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ metadata:
55
name: variables-cluster
66
namespace: flux-system
77
data:
8+
cloudflared_tunnel_id: 18508e52-a9d7-466c-b85e-1fa102b3542e
89
domain: platform.devantler.tech
910
1011
github_app_client_id: Iv23liZ8GHRgpx32Em2y

0 commit comments

Comments
 (0)