Skip to content

Commit

Permalink
fix loadbalancer
Browse files Browse the repository at this point in the history
it was pointed at the entirely new loadbalancer, which does not yet host
howard

that's what was wrong

it was literally the wrong kubernetes cluster

Signed-off-by: Kingdon Barrett <[email protected]>
  • Loading branch information
kingdonb committed Jun 12, 2024
1 parent ed70559 commit e696c45
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.13.241
- ip: 10.17.12.235
ports:
- port: 80
name: k8s-http
Expand Down

0 comments on commit e696c45

Please sign in to comment.