Merge pull request 'Add Goldilocks Helm release and repository configuration' (#190) from goldilocks into main
All checks were successful
Renovate / renovate (push) Successful in 6m11s
All checks were successful
Renovate / renovate (push) Successful in 6m11s
Reviewed-on: https://gitea.akshun-lab.uk/akshun/public-k3s/pulls/190
This commit was merged in pull request #190.
This commit is contained in:
@@ -29,3 +29,11 @@ metadata:
|
|||||||
name: ceph
|
name: ceph
|
||||||
labels:
|
labels:
|
||||||
name: ceph
|
name: ceph
|
||||||
|
|
||||||
|
---
|
||||||
|
kind: Namespace
|
||||||
|
apiVersion: v1
|
||||||
|
metadata:
|
||||||
|
name: goldilocks
|
||||||
|
labels:
|
||||||
|
name: goldilocks
|
||||||
|
|||||||
29
cluster/helm/fairwinds/goldilocks-release.yml
Normal file
29
cluster/helm/fairwinds/goldilocks-release.yml
Normal 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
|
||||||
9
cluster/helm/fairwinds/goldilocks-repo.yml
Normal file
9
cluster/helm/fairwinds/goldilocks-repo.yml
Normal 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
|
||||||
Reference in New Issue
Block a user