Skip to content

Commit cbd5b84

Browse files
authored
Add namespace to Doc Example for DNSSRV (#172)
Add missing `namespace` to Documentation Example for Strategy.Kubernetes.DNSSRV Reference Issue [163](#163) regarding docs.
1 parent 2711656 commit cbd5b84

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

lib/strategy/kubernetes_dns_srv.ex

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ defmodule Cluster.Strategy.Kubernetes.DNSSRV do
2020
config: [
2121
service: "elixir-plug-poc",
2222
application_name: "elixir_plug_poc",
23+
namespace: "default",
2324
polling_interval: 10_000]]]
2425
2526
An example of how this strategy extracts topology information from DNS follows:

0 commit comments

Comments
 (0)