Skip to content

Commit

Permalink
Use hostname in ingress definition instead of IP for messaging
Browse files Browse the repository at this point in the history
  • Loading branch information
Pasarus committed Jan 10, 2025
1 parent 74a203d commit 3bd4bf9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/ingress-rules/messaging/ingress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ metadata:
nginx.ingress.kubernetes.io/rewrite-target: /$1
spec:
rules:
- host: 130.246.83.190
- host: messaging.reduce.isis.cclrc.ac.uk
http:
paths:
- path: /?(.*)
Expand Down

0 comments on commit 3bd4bf9

Please sign in to comment.