mirror of
https://github.com/auricom/home-cluster.git
synced 2025-09-26 20:13:31 +02:00
add forecastle
This commit is contained in:
@@ -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
|
40
cluster/kube-system/forecastle.yaml
Normal file
40
cluster/kube-system/forecastle.yaml
Normal 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
|
Reference in New Issue
Block a user