Skip to content

Commit

Permalink
do not route through traefik-production
Browse files Browse the repository at this point in the history
for a limited time, we need to route through the control0 vm node
(the only production service which matters until the migration is done
is the water-monitor service, so let's keep it online)

Signed-off-by: Kingdon Barrett <[email protected]>
  • Loading branch information
kingdonb committed Oct 6, 2024
1 parent 37845f1 commit b051395
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ metadata:
namespace: traefik-staging
subsets:
- addresses:
- ip: 10.17.12.208
- ip: 10.17.13.245
ports:
- port: 443
name: water-https
Expand Down

0 comments on commit b051395

Please sign in to comment.