mirror of
https://github.com/auricom/home-cluster.git
synced 2025-09-30 15:37:44 +02:00

split goldilocks yaml files fix github actions fix github actions fix github actions fix github actions fix github actions fix github actions fix github actions fix github actions fix github actions fix github actions Update Flux components to v0.4.3 [ci-skip] Signed-off-by: GitHub <noreply@github.com> fix github actions fix github actions fix github actions
29 lines
560 B
YAML
29 lines
560 B
YAML
---
|
|
apiVersion: helm.toolkit.fluxcd.io/v2beta1
|
|
kind: HelmRelease
|
|
metadata:
|
|
name: goldilocks
|
|
namespace: monitoring
|
|
spec:
|
|
interval: 5m
|
|
chart:
|
|
spec:
|
|
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
|