Add Goldilocks Helm release and repository configuration

This commit is contained in:
2025-08-15 02:07:08 +05:30
parent 2490f545f8
commit 459c4cb9b5
3 changed files with 46 additions and 0 deletions

View File

@@ -29,3 +29,11 @@ metadata:
name: ceph
labels:
name: ceph
---
kind: Namespace
apiVersion: v1
metadata:
name: goldilocks
labels:
name: goldilocks

View File

@@ -0,0 +1,29 @@
---
apiVersion: helm.toolkit.fluxcd.io/v2
kind: HelmRelease
metadata:
name: goldilocks
namespace: goldilocks
spec:
interval: 24h
chart:
spec:
chart: goldilocks
version: "9.2.0"
sourceRef:
kind: HelmRepository
name: fairwinds-stable
namespace: flux-system
interval: 24h
install:
createNamespace: true
upgrade:
remediation:
remediateLastFailure: true
values:
vpa:
enabled: true
dashboard:
service:
type: LoadBalancer
port: 9999

View File

@@ -0,0 +1,9 @@
---
apiVersion: source.toolkit.fluxcd.io/v1
kind: HelmRepository
metadata:
name: fairwinds-stable
namespace: flux-system
spec:
interval: 24h
url: https://charts.fairwinds.com/stable