Skip to content

Commit

Permalink
use localtest.me suffix to resolve localhost (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
jessesanford authored Oct 18, 2023
1 parent 1a9acbb commit fd507f5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ This can be useful in several ways:

Kubernetes: `kubectl get pods`

Argo: Visit https://argocd.idpbuilder.cnoe.io.local:8443/
Argo: Visit https://argocd.idpbuilder.cnoe.io.localtest.me:8443/

Backstage: http://backstage.idpbuilder.cnoe.io.local/
Backstage: http://backstage.idpbuilder.cnoe.io.localtest.me/

## Architecture

Expand Down
2 changes: 1 addition & 1 deletion pkg/apps/srv/argocd/ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ metadata:
spec:
ingressClassName: "nginx"
rules:
- host: argocd.idpbuilder.cnoe.io.local
- host: argocd.idpbuilder.cnoe.io.localtest.me
http:
paths:
- path: /
Expand Down

0 comments on commit fd507f5

Please sign in to comment.