mirror of
https://github.com/auricom/home-cluster.git
synced 2025-09-17 18:24:14 +02:00
![github-actions[bot]](/assets/img/avatar_default.png)
Signed-off-by: GitHub <noreply@github.com> Co-authored-by: auricom <auricom@users.noreply.github.com>
30 lines
626 B
YAML
30 lines
626 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.0.3
|
|
sourceRef:
|
|
kind: HelmRepository
|
|
name: fairwinds-charts
|
|
namespace: flux-system
|
|
interval: 5m
|
|
values:
|
|
vpa:
|
|
enabled: true
|
|
image:
|
|
repository: quay.io/fairwinds/goldilocks
|
|
tag: v3.0.0
|
|
dashboard:
|
|
replicaCount: 1
|
|
valuesFrom:
|
|
- kind: ConfigMap
|
|
name: helmrelease-monitoring-goldilocks
|