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:
37
metallb-chart.yml
Normal file
37
metallb-chart.yml
Normal 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
|
||||
Reference in New Issue
Block a user