Guillaume B.B. Van Hemmen
6bf8d75310
This commit includes Helm-based installation scripts for MetalLB, Traefik, Cert-Manager, and External DNS, along with their necessary configurations. Updates to cert-manager YAML ensure production-ready naming and namespace adjustments. These changes aim to streamline the deployment and management of Kubernetes services with simplified automation.
17 lines
327 B
YAML
17 lines
327 B
YAML
apiVersion: metallb.io/v1beta1
|
|
kind: IPAddressPool
|
|
metadata:
|
|
name: ovh-ip-pool
|
|
namespace: metallb-system
|
|
spec:
|
|
addresses:
|
|
- 5.196.149.159/32
|
|
- 5.196.149.200/32
|
|
- 5.196.149.203/32
|
|
---
|
|
apiVersion: metallb.io/v1beta1
|
|
kind: L2Advertisement
|
|
metadata:
|
|
name: l2-advertisement
|
|
namespace: metallb-system
|
|
spec: { }
|