feat(portal): allow dns pool libcluster (#6618)

This PR adds support for DNSPoll libcluster strategy. I've tested this
and no need to do some custom dumping of the json config.
This commit is contained in:
Antoine
2024-09-10 20:57:34 +02:00
committed by GitHub
parent 2f7f04a58d
commit b657c18f18

View File

@@ -354,6 +354,7 @@ defmodule Domain.Config.Definitions do
Elixir.Cluster.Strategy.Epmd,
Elixir.Cluster.Strategy.Gossip,
Elixir.Cluster.Strategy.Kubernetes,
Elixir.Cluster.Strategy.DNSPoll,
Elixir.Domain.Cluster.GoogleComputeLabelsStrategy
]
),