add fip-controller
Some checks failed
ci/woodpecker/push/yamllint Pipeline failed

This commit is contained in:
Aaron Riedel 2025-05-27 21:27:28 +02:00
parent 7fde2126c2
commit 8449839a98
Signed by: aaron
GPG key ID: 643004654D40D577
8 changed files with 214 additions and 0 deletions

View file

@ -0,0 +1,10 @@
apiVersion: v1
kind: ConfigMap
metadata:
name: hcloud-fip-controller
data:
config.json: |
{
"floating_ip_label_selector": "cluster_name==yolokube",
"lease_duration": 30
}