mirror of
https://github.com/auricom/home-cluster.git
synced 2025-09-29 05:16:08 +02:00
![renovate[bot]](/assets/img/avatar_default.png)
Signed-off-by: Auricom <auricom@users.noreply.github.com> Co-authored-by: Renovate Bot <bot@renovateapp.com>
39 lines
973 B
YAML
39 lines
973 B
YAML
---
|
|
apiVersion: helm.toolkit.fluxcd.io/v2beta1
|
|
kind: HelmRelease
|
|
metadata:
|
|
name: goldilocks
|
|
namespace: monitoring
|
|
spec:
|
|
interval: 5m
|
|
chart:
|
|
spec:
|
|
# renovate: registryUrl=https://charts.fairwinds.com/stable
|
|
chart: goldilocks
|
|
version: 3.2.1
|
|
sourceRef:
|
|
kind: HelmRepository
|
|
name: fairwinds-charts
|
|
namespace: flux-system
|
|
interval: 5m
|
|
values:
|
|
vpa:
|
|
enabled: true
|
|
image:
|
|
repository: quay.io/fairwinds/goldilocks
|
|
tag: v3.1.5
|
|
dashboard:
|
|
replicaCount: 1
|
|
ingress:
|
|
enabled: true
|
|
annotations:
|
|
kubernetes.io/ingress.class: "nginx"
|
|
nginx.ingress.kubernetes.io/auth-url: "http://authelia.auth.svc.cluster.local/api/verify"
|
|
nginx.ingress.kubernetes.io/auth-signin: "https://login.k3s.xpander.ovh/"
|
|
hosts:
|
|
- host: goldilocks.k3s.xpander.ovh
|
|
paths: ["/"]
|
|
tls:
|
|
- hosts:
|
|
- goldilocks.k3s.xpander.ovh
|