initial checkin

This commit is contained in:
Radar231 2021-10-21 10:25:33 -04:00
commit d04a332007
3 changed files with 28 additions and 0 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
test*.yml

11
README.md Normal file
View File

@ -0,0 +1,11 @@
# metallb load-balancer config repo
## Introduction
This is a copy of my metallb load-balancer yaml configuration file.
## Links
* https://metallb.universe.tf/installation/
* https://metallb.universe.tf/configuration/

16
metallb_configmap.yml Normal file
View File

@ -0,0 +1,16 @@
---
apiVersion: v1
kind: ConfigMap
metadata:
namespace: metallb-system
name: config
data:
config: |
address-pools:
- name: default
protocol: layer2
addresses:
- 192.168.7.80-192.168.7.89
auto-assign: false
# EOF