mirror of
https://github.com/nold360/hive-apps
synced 2025-01-24 07:56:14 +00:00
fix(gitea): dont deploy postgres/redis clusters on a single node, dude!
This commit is contained in:
parent
c286e42295
commit
07c81e5370
1 changed files with 4 additions and 0 deletions
|
@ -156,3 +156,7 @@ memcached:
|
||||||
|
|
||||||
postgresql:
|
postgresql:
|
||||||
enabled: false
|
enabled: false
|
||||||
|
redis-cluster:
|
||||||
|
enabled: false
|
||||||
|
postgresql-ha:
|
||||||
|
enabled: false
|
||||||
|
|
Loading…
Reference in a new issue