Files
public-k3s/cluster/helm/fairwinds/goldilocks-release.yml
2025-08-16 00:07:41 +00:00

30 lines
543 B
YAML

---
apiVersion: helm.toolkit.fluxcd.io/v2
kind: HelmRelease
metadata:
name: goldilocks
namespace: goldilocks
spec:
interval: 24h
chart:
spec:
chart: goldilocks
version: "10.0.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