Convert metallb and matrix registraion to charts

This commit is contained in:
Grant
2025-02-09 22:08:29 -07:00
parent 19c981b20e
commit 73734d37ca
17 changed files with 128 additions and 68 deletions

View File

@@ -0,0 +1,10 @@
apiVersion: metallb.io/v1beta1
kind: IPAddressPool
metadata:
name: fog-pool
namespace: metallb-system
spec:
addresses:
# random range outside of DHCP and NOT the node ips
- 192.168.1.60-192.168.1.70

View File

@@ -0,0 +1,5 @@
apiVersion: metallb.io/v1beta1
kind: L2Advertisement
metadata:
name: fog
namespace: metallb-system

View File

@@ -0,0 +1,9 @@
apiVersion: v1
kind: Namespace
metadata:
name: {{ .Values.namespace }}
labels:
- pod-security.kubernetes.io/enforce: privileged
- pod-security.kubernetes.io/audit: privileged
- pod-security.kubernetes.io/warn: privileged