mirror of
https://github.com/nold360/hive-apps
synced 2024-12-22 13:01:21 +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:
|
||||
enabled: false
|
||||
redis-cluster:
|
||||
enabled: false
|
||||
postgresql-ha:
|
||||
enabled: false
|
||||
|
|
Loading…
Reference in a new issue