Disable clustering with single replica
This commit is contained in:
parent
98d980ad6e
commit
f89eec8877
1 changed files with 1 additions and 1 deletions
|
|
@ -125,7 +125,7 @@ spec:
|
||||||
- name: RELEASE_NODE
|
- name: RELEASE_NODE
|
||||||
value: "aprsme@$(POD_IP)"
|
value: "aprsme@$(POD_IP)"
|
||||||
- name: CLUSTER_ENABLED
|
- name: CLUSTER_ENABLED
|
||||||
value: "true"
|
value: "false"
|
||||||
- name: PORT
|
- name: PORT
|
||||||
value: "4000"
|
value: "4000"
|
||||||
- name: PHX_HOST
|
- name: PHX_HOST
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue