--- 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.4 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