fix: Set Erlang cluster cookie
This commit is contained in:
parent
b6d41d92fe
commit
00e85b4653
2 changed files with 4 additions and 0 deletions
|
@ -25,6 +25,8 @@ spec:
|
|||
args:
|
||||
- "--name"
|
||||
- "$(NAME)@$(POD_IP)"
|
||||
- "--cookie"
|
||||
- "$(SECRET_KEY_BASE)"
|
||||
- "-S"
|
||||
- "mix"
|
||||
- "phx.server"
|
||||
|
|
|
@ -25,6 +25,8 @@ spec:
|
|||
args:
|
||||
- "--name"
|
||||
- "$(NAME)@$(POD_IP)"
|
||||
- "--cookie"
|
||||
- "$(SECRET_KEY_BASE)"
|
||||
- "-S"
|
||||
- "mix"
|
||||
- "phx.server"
|
||||
|
|
Loading…
Reference in a new issue