feat(dns): update ingress records in Uncloud DNS when deploying Caddy

This commit is contained in:
Pavel Sviderski
2025-02-26 14:23:00 +10:00
parent 5e9b883ad5
commit 09bea1d12d
3 changed files with 152 additions and 16 deletions
+2
View File
@@ -403,6 +403,8 @@ func TestDeployment(t *testing.T) {
require.NoError(t, err)
assert.Equal(t, c.Machines[2].Name, machine2.Machine.Name)
})
// TODO: test deployments with unreachable machines. See https://github.com/psviderski/uncloud/issues/29.
}
func TestRunService(t *testing.T) {