Skip to content

Commit

Permalink
Remove adskeng as well
Browse files Browse the repository at this point in the history
Signed-off-by: Jesse Sanford <[email protected]>
  • Loading branch information
jessesanford committed Oct 2, 2023
1 parent b6ba752 commit 1285ccd
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ This is also a completely self-contained binary, meaning you can get up and runn

Kubernetes: `kubectl get pods`

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

Backstage: TBD
Backstage: TBD
4 changes: 2 additions & 2 deletions 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.adskeng.localtest.me
- host: argocd.idpbuilder.cnoe.io.local
http:
paths:
- path: /
Expand All @@ -19,4 +19,4 @@ spec:
service:
name: argocd-server
port:
name: https
name: https
2 changes: 1 addition & 1 deletion pkg/controllers/gitserver/controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ import (
const (
gitServerResourceName string = "gitserver"
gitServerDeploymentContainerName string = "httpd"
gitServerIngressHostnameBase string = ".idpbuilder.adskeng.localtest.me"
gitServerIngressHostnameBase string = ".idpbuilder.cnoe.io.local"
repoUrlFmt string = "http://%s.%s.svc/idpbuilder-resources.git"
)

Expand Down
2 changes: 1 addition & 1 deletion pkg/controllers/localbuild/controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ const (
EmbeddedGitServerName string = "embedded"
gitServerResourceName string = "gitserver"
gitServerDeploymentContainerName string = "httpd"
gitServerIngressHostnameBase string = ".idpbuilder.adskeng.localtest.me"
gitServerIngressHostnameBase string = ".idpbuilder.cnoe.io.local"
repoUrlFmt string = "http://%s.%s.svc/idpbuilder-resources.git"
)

Expand Down

0 comments on commit 1285ccd

Please sign in to comment.