Update production stack hostname to ingress.nixc.us
ci/woodpecker/push/woodpecker Pipeline was successful
Details
ci/woodpecker/push/woodpecker Pipeline was successful
Details
This commit is contained in:
parent
291165e6fe
commit
06c91e6dd7
|
|
@ -8,7 +8,7 @@ services:
|
||||||
deploy:
|
deploy:
|
||||||
placement:
|
placement:
|
||||||
constraints:
|
constraints:
|
||||||
- node.hostname == ingress
|
- node.hostname == ingress.nixc.us
|
||||||
replicas: 1
|
replicas: 1
|
||||||
restart_policy:
|
restart_policy:
|
||||||
condition: on-failure
|
condition: on-failure
|
||||||
|
|
@ -30,7 +30,7 @@ services:
|
||||||
deploy:
|
deploy:
|
||||||
placement:
|
placement:
|
||||||
constraints:
|
constraints:
|
||||||
- node.hostname == ingress
|
- node.hostname == ingress.nixc.us
|
||||||
labels:
|
labels:
|
||||||
homepage.group: apps
|
homepage.group: apps
|
||||||
homepage.name: HasteBin
|
homepage.name: HasteBin
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue