mirror of
https://gitlab.com/rusty-bever/deployment.git
synced 2026-04-08 00:15:48 +02:00
gitea: update constraints
This commit is contained in:
parent
cf255a0b1a
commit
5a51f5fe15
1 changed files with 2 additions and 2 deletions
|
|
@ -10,7 +10,7 @@ services:
|
|||
replicas: 1
|
||||
placement:
|
||||
constraints:
|
||||
- 'node.labels.class==gitea'
|
||||
- 'node.labels.class.gitea==true'
|
||||
labels:
|
||||
- 'traefik.enable=true'
|
||||
- 'traefik.http.routers.gitea.rule=Host(`git.rustybever.be`)'
|
||||
|
|
@ -38,7 +38,7 @@ services:
|
|||
replicas: 1
|
||||
placement:
|
||||
constraints:
|
||||
- 'node.labels.class==gitea'
|
||||
- 'node.labels.class.gitea==true'
|
||||
|
||||
healthcheck:
|
||||
test: pg_isready -U gitea
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue