Skip to content

Commit

Permalink
add metallb from home-fluxv1 repo
Browse files Browse the repository at this point in the history
  • Loading branch information
Kingdon Barrett committed Aug 3, 2021
1 parent ce392d3 commit a75ad27
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 0 deletions.
5 changes: 5 additions & 0 deletions apps/metallb/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
namespace: metallb-system

resources:
- github.com/metallb/metallb//manifests?ref=v0.10.2
- metallb-configmap.yaml
12 changes: 12 additions & 0 deletions apps/metallb/metallb-configmap.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
apiVersion: v1
kind: ConfigMap
metadata:
namespace: metallb-system
name: config
data:
config: |
address-pools:
- name: default
protocol: layer2
addresses:
- 10.17.12.201-10.17.12.220
12 changes: 12 additions & 0 deletions clusters/moo-cluster/metallb/flux-kustomization.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
apiVersion: kustomize.toolkit.fluxcd.io/v1beta1
kind: Kustomization
metadata:
name: metallb
namespace: flux-system
spec:
interval: 1m0s
path: ./apps/metallb
prune: true
sourceRef:
kind: GitRepository
name: flux-system

0 comments on commit a75ad27

Please sign in to comment.