feat: add CSI smoke test and default Traefik LB location
Some checks failed
Deploy Cluster / Terraform (push) Successful in 42s
Deploy Cluster / Ansible (push) Failing after 5m13s

This commit is contained in:
2026-03-01 19:52:14 +00:00
parent b9011bd4fd
commit d8bc0b7512
4 changed files with 164 additions and 21 deletions

View File

@@ -6,3 +6,6 @@ csi_rollout_timeout_seconds: 30
csi_rollout_retries: 8
csi_rollout_delay_seconds: 5
csi_failure_log_tail_lines: 120
csi_smoke_test_enabled: true
csi_smoke_test_storage_class: "hcloud-volumes"
csi_smoke_test_size: "1Gi"