fix(dns): update cluster domain DNS records when adding a new machine to cluster

This commit is contained in:
Pavel Sviderski
2025-03-04 20:49:41 +10:00
parent 11098ea7d1
commit 805afd0d28
2 changed files with 8 additions and 2 deletions
-1
View File
@@ -31,7 +31,6 @@ func (cli *Client) NewCaddyDeployment(image string, filter MachineFilter) (*Depl
image = reference.FamiliarString(latest)
}
// TODO: set restart policy to always. https://github.com/psviderski/uncloud/issues/26
spec := api.ServiceSpec{
Container: api.ContainerSpec{
Command: []string{"caddy", "run", "-c", "/config/caddy.json", "--watch"},