Skip to content

Commit

Permalink
Update address for ingress
Browse files Browse the repository at this point in the history
  • Loading branch information
luigidifraia committed Sep 17, 2020
1 parent c21210d commit e33a488
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion jenkins/k8s/jenkins-ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ metadata:
nginx.ingress.kubernetes.io/add-base-url: "true"
spec:
rules:
- host: "10.21.14.21.xip.io"
- host: "10.21.14.144.xip.io"
http:
paths:
- backend:
Expand Down
2 changes: 1 addition & 1 deletion k8s-deploy/varnish-ingress.yaml
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: "10.21.14.21.xip.io"
- host: "10.21.14.144.xip.io"
http:
paths:
- backend:
Expand Down

0 comments on commit e33a488

Please sign in to comment.