Migrate production stack from macmini3 to ingress hostname
ci/woodpecker/push/woodpecker Pipeline was successful Details

This commit is contained in:
Colin 2026-01-21 10:20:38 -05:00
parent 4bd10539d7
commit 291165e6fe
Signed by: colin
SSH Key Fingerprint: SHA256:nRPCQTeMFLdGytxRQmPVK9VXY3/ePKQ5lGRyJhT5DY8
1 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@ services:
deploy: deploy:
placement: placement:
constraints: constraints:
- node.hostname == macmini3 - node.hostname == ingress
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 == macmini3 - node.hostname == ingress
labels: labels:
homepage.group: apps homepage.group: apps
homepage.name: HasteBin homepage.name: HasteBin