All checks were successful
AI Code Review / ai-review (pull_request) Successful in 38s
The hackathon-zone host never got DNS; the app launches on drop.forteapps.net. Also refresh a stale overlay comment that referenced the hackathon domain.
70 lines
1.5 KiB
YAML
70 lines
1.5 KiB
YAML
ingress:
|
|
main:
|
|
enabled: true
|
|
ingressClassName: traefik
|
|
annotations:
|
|
cert-manager.io/cluster-issuer: letsencrypt-prod
|
|
hosts:
|
|
- host: start.forteapps.net
|
|
paths:
|
|
- path: /
|
|
pathType: Prefix
|
|
tls:
|
|
- secretName: homepage-tls
|
|
hosts:
|
|
- start.forteapps.net
|
|
|
|
config:
|
|
settings:
|
|
title: "Forte Platform"
|
|
headerStyle: clean
|
|
layout:
|
|
Apps:
|
|
style: row
|
|
columns: 2
|
|
Security:
|
|
style: row
|
|
columns: 3
|
|
Tools:
|
|
style: row
|
|
header: false
|
|
columns: 2
|
|
DevOps:
|
|
style: column
|
|
rows: 2
|
|
Monitoring:
|
|
style: column
|
|
rows: 1
|
|
|
|
# Top-of-page cluster overview widget
|
|
widgets:
|
|
- kubernetes:
|
|
cluster:
|
|
show: true
|
|
cpu: true
|
|
memory: true
|
|
showLabel: true
|
|
label: "Cluster"
|
|
nodes:
|
|
show: true
|
|
cpu: true
|
|
memory: true
|
|
showLabel: true
|
|
# In-cluster entries come from K8s service annotations.
|
|
# External (out-of-cluster) services are listed here statically.
|
|
bookmarks: []
|
|
services:
|
|
- Apps:
|
|
- Forte Benken:
|
|
href: https://benken.hackathon.forteapps.net
|
|
description: Teknisk kompetanse fra offentlige anbud
|
|
icon: forte
|
|
- Forte Drop:
|
|
href: https://drop.forteapps.net
|
|
description: Self-hosted HTML-drops + MCP for Claude
|
|
icon: forte
|
|
- Forte Feedback:
|
|
href: https://feedback.forteapps.net
|
|
description: Fortes internal feedback app
|
|
icon: forte
|