Skip to content

Commit 7e0cf53

Browse files
author
Adriano Santos
committed
fix default
1 parent 4d167e9 commit 7e0cf53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spawn_monitor/lib/spawn_monitor/cluster.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ defmodule SpawnMonitor.Cluster do
7272
strategy: Cluster.Strategy.Kubernetes.DNS,
7373
config: [
7474
service: env("PROXY_HEADLESS_SERVICE", "proxy-headless"),
75-
application_name: env("PROXY_ACTOR_SYSTEM_NAME", "proxy"),
75+
application_name: env("PROXY_ACTOR_SYSTEM_NAME", "spawn-system"),
7676
polling_interval: polling_interval
7777
]
7878
]

0 commit comments

Comments
 (0)