66 lines
1.4 KiB
YAML
66 lines
1.4 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: 4
|
|
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 Feedback:
|
|
href: https://feedback.forteapps.net
|
|
description: Fortes internal feedback app
|
|
icon: forte
|