We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d167e9 commit 7e0cf53Copy full SHA for 7e0cf53
spawn_monitor/lib/spawn_monitor/cluster.ex
@@ -72,7 +72,7 @@ defmodule SpawnMonitor.Cluster do
72
strategy: Cluster.Strategy.Kubernetes.DNS,
73
config: [
74
service: env("PROXY_HEADLESS_SERVICE", "proxy-headless"),
75
- application_name: env("PROXY_ACTOR_SYSTEM_NAME", "proxy"),
+ application_name: env("PROXY_ACTOR_SYSTEM_NAME", "spawn-system"),
76
polling_interval: polling_interval
77
]
78
0 commit comments