core-deployments/fip-controller/2-configmap.yaml
Aaron Riedel 18a6ff1c58
Some checks failed
ci/woodpecker/push/yamllint Pipeline failed
please the linter
2025-05-27 21:30:09 +02:00

11 lines
199 B
YAML

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