Files
public-k3s/cluster/helm/fairwinds/goldilocks-release.yml

30 lines
542 B
YAML

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