Skip to content

Commit

Permalink
Fix master adminer resources (#477)
Browse files Browse the repository at this point in the history
* Return removed staging CA for letsenrypt

* Fix missing $

* Remove PAYMENTS_AUTORECHARGE_DEFAULT_MIN_BALANCE

* Add missing deploy constraint to prom catch all

* Fix cpu resource reserv for master
  • Loading branch information
YuryHrytsuk authored Dec 12, 2023
1 parent 0f05492 commit 8b588af
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions services/adminer/docker-compose.master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,6 @@ services:
placement:
constraints:
- node.labels.adminer==true
resources:
reservations:
cpus: '0.0' # not enough resources on master | YH Dec 2023

0 comments on commit 8b588af

Please sign in to comment.