add forecastle

This commit is contained in:
auricom
2021-04-08 23:20:48 +02:00
parent 216c76b3fc
commit 8b3639afc3
2 changed files with 50 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
---
apiVersion: source.toolkit.fluxcd.io/v1beta1
kind: HelmRepository
metadata:
name: stakater-charts
namespace: flux-system
spec:
interval: 10m
url: https://stakater.github.io/stakater-charts
timeout: 3m

View File

@@ -0,0 +1,40 @@
---
apiVersion: helm.toolkit.fluxcd.io/v2beta1
kind: HelmRelease
metadata:
name: forecastle
namespace: kube-system
spec:
interval: 5m
chart:
spec:
# renovate: registryUrl=https://stakater.github.io/stakater-charts
chart: forecastle
version: v1.0.63
sourceRef:
kind: HelmRepository
name: stakater-charts
namespace: flux-system
interval: 5m
values:
forecastle:
config:
title: "Xpander Homelab"
namespaceSelector:
matchNames:
- data
- media
- home
- development
- network
ingress:
enabled: true
annotations:
kubernetes.io/ingress.class: "nginx"
hosts:
- host: forecastle.k3s.xpander.ovh
paths:
- /
tls:
- hosts:
- forecastle.k3s.xpander.ovh