puppet-prod/modules/rke2/files/purelb-config.yaml
Ben Vincent bb51a7c6f6
All checks were successful
Build / precommit (pull_request) Successful in 5m13s
fix: resolve rke2-server errors
- kubectl yaml files must not use underscores
- replace unicode hyphen with ascii hyphen
2025-09-20 18:16:57 +10:00

46 lines
750 B
YAML

apiVersion: purelb.io/v1
kind: LBNodeAgent
metadata:
name: common
namespace: purelb
spec:
local:
extlbint: kube-lb0
localint: default
sendgarp: false
---
apiVersion: purelb.io/v1
kind: LBNodeAgent
metadata:
name: dmz
namespace: purelb
spec:
local:
extlbint: kube-lb0
localint: default
sendgarp: false
---
apiVersion: purelb.io/v1
kind: ServiceGroup
metadata:
name: dmz
namespace: purelb
spec:
local:
v4pools:
- subnet: 198.18.199.0/24
pool: 198.18.199.0/24
aggregation: /32
---
apiVersion: purelb.io/v1
kind: ServiceGroup
metadata:
name: common
namespace: purelb
spec:
local:
v4pools:
- subnet: 198.18.200.0/24
pool: 198.18.200.0/24
aggregation: /32