mirror of
https://github.com/michaelthomson0797/fleet-infra.git
synced 2026-02-04 13:09:53 +00:00
initial refactor
This commit is contained in:
4
infrastructure/controllers/metallb/namespace.yaml
Normal file
4
infrastructure/controllers/metallb/namespace.yaml
Normal file
@@ -0,0 +1,4 @@
|
||||
apiVersion: v1
|
||||
kind: Namespace
|
||||
metadata:
|
||||
name: metallb-system
|
||||
17
infrastructure/controllers/metallb/release.yaml
Normal file
17
infrastructure/controllers/metallb/release.yaml
Normal file
@@ -0,0 +1,17 @@
|
||||
apiVersion: helm.toolkit.fluxcd.io/v2
|
||||
kind: HelmRelease
|
||||
metadata:
|
||||
name: metallb
|
||||
namespace: metallb-system
|
||||
spec:
|
||||
chart:
|
||||
spec:
|
||||
chart: metallb
|
||||
version: 0.15.x
|
||||
sourceRef:
|
||||
kind: HelmRepository
|
||||
name: metallb
|
||||
interval: 15m
|
||||
timeout: 5m
|
||||
releaseName: metallb
|
||||
values:
|
||||
8
infrastructure/controllers/metallb/repository.yaml
Normal file
8
infrastructure/controllers/metallb/repository.yaml
Normal file
@@ -0,0 +1,8 @@
|
||||
apiVersion: source.toolkit.fluxcd.io/v1
|
||||
kind: HelmRepository
|
||||
metadata:
|
||||
name: metallb
|
||||
namespace: metallb
|
||||
spec:
|
||||
interval: 15m
|
||||
url: https://metallb.github.io/metallb
|
||||
Reference in New Issue
Block a user