Files
auricom-home-cluster/cluster/monitoring/goldilocks.yaml
2021-04-01 09:33:48 +02:00

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