mirror of
https://gitlab.com/rusty-bever/deployment.git
synced 2026-04-30 03:05: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
|
replicas: 1
|
||||||
placement:
|
placement:
|
||||||
constraints:
|
constraints:
|
||||||
- 'node.labels.class==gitea'
|
- 'node.labels.class.gitea==true'
|
||||||
labels:
|
labels:
|
||||||
- 'traefik.enable=true'
|
- 'traefik.enable=true'
|
||||||
- 'traefik.http.routers.gitea.rule=Host(`git.rustybever.be`)'
|
- 'traefik.http.routers.gitea.rule=Host(`git.rustybever.be`)'
|
||||||
|
|
@ -38,7 +38,7 @@ services:
|
||||||
replicas: 1
|
replicas: 1
|
||||||
placement:
|
placement:
|
||||||
constraints:
|
constraints:
|
||||||
- 'node.labels.class==gitea'
|
- 'node.labels.class.gitea==true'
|
||||||
|
|
||||||
healthcheck:
|
healthcheck:
|
||||||
test: pg_isready -U gitea
|
test: pg_isready -U gitea
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue