Files
auricom-home-cluster/cluster/apps/data/forecastle/helm-release.yaml
2021-07-16 14:08:43 +02:00

45 lines
1.0 KiB
YAML

---
apiVersion: helm.toolkit.fluxcd.io/v2beta1
kind: HelmRelease
metadata:
name: forecastle
namespace: data
spec:
interval: 5m
chart:
spec:
# renovate: registryUrl=https://stakater.github.io/stakater-charts
chart: forecastle
version: v1.0.65
sourceRef:
kind: HelmRepository
name: stakater-charts
namespace: flux-system
interval: 5m
values:
forecastle:
config:
title: "Xpander Homelab"
namespaceSelector:
matchNames:
- data
- development
- home
- media
- network
ingress:
enabled: true
annotations:
kubernetes.io/ingress.class: "nginx"
hosts:
- host: home.${SECRET_CLUSTER_DOMAIN}
paths:
- /
- host: services.${SECRET_CLUSTER_DOMAIN}
paths:
- /
tls:
- hosts:
- home.${SECRET_CLUSTER_DOMAIN}
- services.${SECRET_CLUSTER_DOMAIN}