Add homepage entry to noble_landing_urls and update kustomization.yaml to include homepage resource
This commit is contained in:
64
clusters/noble/apps/homepage/values.yaml
Normal file
64
clusters/noble/apps/homepage/values.yaml
Normal file
@@ -0,0 +1,64 @@
|
||||
# Homepage — [gethomepage/homepage](https://github.com/gethomepage/homepage) via [jameswynn/homepage](https://github.com/jameswynn/helm-charts) Helm chart.
|
||||
# Ingress: Traefik + cert-manager (same pattern as `clusters/noble/bootstrap/headlamp/values.yaml`).
|
||||
# Service links match **`ansible/roles/noble_landing_urls/defaults/main.yml`** (`noble_lab_ui_entries`).
|
||||
#
|
||||
image:
|
||||
repository: ghcr.io/gethomepage/homepage
|
||||
tag: v1.2.0
|
||||
|
||||
ingress:
|
||||
main:
|
||||
enabled: true
|
||||
ingressClassName: traefik
|
||||
annotations:
|
||||
cert-manager.io/cluster-issuer: letsencrypt-prod
|
||||
hosts:
|
||||
- host: homepage.apps.noble.lab.pcenicni.dev
|
||||
paths:
|
||||
- path: /
|
||||
pathType: Prefix
|
||||
tls:
|
||||
- hosts:
|
||||
- homepage.apps.noble.lab.pcenicni.dev
|
||||
secretName: homepage-apps-noble-tls
|
||||
|
||||
env:
|
||||
- name: HOMEPAGE_ALLOWED_HOSTS
|
||||
value: homepage.apps.noble.lab.pcenicni.dev
|
||||
|
||||
config:
|
||||
bookmarks: []
|
||||
services:
|
||||
- Noble Lab:
|
||||
- Argo CD:
|
||||
href: https://argo.apps.noble.lab.pcenicni.dev
|
||||
description: GitOps UI (sync, apps, repos)
|
||||
- Grafana:
|
||||
href: https://grafana.apps.noble.lab.pcenicni.dev
|
||||
description: Dashboards, Loki explore (logs)
|
||||
- Prometheus:
|
||||
href: https://prometheus.apps.noble.lab.pcenicni.dev
|
||||
description: Prometheus UI (queries, targets) — lab; protect in production
|
||||
- Alertmanager:
|
||||
href: https://alertmanager.apps.noble.lab.pcenicni.dev
|
||||
description: Alertmanager UI (silences, status)
|
||||
- Headlamp:
|
||||
href: https://headlamp.apps.noble.lab.pcenicni.dev
|
||||
description: Kubernetes UI (cluster resources)
|
||||
- Longhorn:
|
||||
href: https://longhorn.apps.noble.lab.pcenicni.dev
|
||||
description: Storage volumes, nodes, backups
|
||||
- Vault:
|
||||
href: https://vault.apps.noble.lab.pcenicni.dev
|
||||
description: Secrets engine UI (after init/unseal)
|
||||
widgets:
|
||||
- search:
|
||||
provider: duckduckgo
|
||||
target: _blank
|
||||
kubernetes:
|
||||
mode: disable
|
||||
settingsString: |
|
||||
title: Noble Lab
|
||||
headerStyle: boxed
|
||||
layout:
|
||||
Noble Lab:
|
||||
Reference in New Issue
Block a user