move everything top level so it can be used by the k3s built-in helm-controller. add woodpecker ci config.

This commit is contained in:
Madison Grubb
2025-07-10 10:21:39 -04:00
parent 85ff210135
commit bc2debdea0
58 changed files with 188 additions and 704 deletions

37
metallb-chart.yml Normal file
View File

@@ -0,0 +1,37 @@
# helm repo add metallb https://metallb.github.io/metallb
# helm install metallb metallb/metallb
apiVersion: helm.cattle.io/v1
kind: HelmChart
metadata:
name: metallb
namespace: metallb-system
spec:
chart: metallb
targetNamespace: metallb-system
repo: https://metallb.github.io/metallb
# https://artifacthub.io/packages/helm/metallb/metallb
version: 0.14.9
valuesContent: |-
prometheus:
serviceMonitor:
enabled: true
additionalLabels:
release: prometheus
serviceAccount: prometheus-kube-prometheus-prometheus
namespace: monitoring
controller:
resources:
requests:
cpu: 100m
memory: 100Mi
limits:
cpu: 100m
memory: 100Mi
speaker:
resources:
requests:
cpu: 100m
memory: 100Mi
limits:
cpu: 100m
memory: 100Mi