Skip to content
This repository has been archived by the owner on Nov 24, 2020. It is now read-only.

Commit

Permalink
update codius-operator name
Browse files Browse the repository at this point in the history
  • Loading branch information
wilsonianb committed Jul 8, 2020
1 parent 0998a4c commit 0a5dd06
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion codius-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ EOF
_exec kubectl wait --for=condition=Available -n codius-system deployment/codius-auth
_exec kubectl wait --for=condition=Available -n codius-system deployment/codius-web
_exec kubectl wait --for=condition=Available -n codius-system deployment/receipt-verifier
_exec kubectl wait --for=condition=Available -n codius-system deployment/codius-crd-operator-controller-manager
_exec kubectl wait --for=condition=Available -n codius-system deployment/codius-operator-controller-manager
}

# ============================================== Helpers
Expand Down
2 changes: 1 addition & 1 deletion manifests/codius/base/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
namespace: codius-system

bases:
- github.com/codius/codius-crd-operator/config/default
- github.com/codius/codius-operator/config/default
- github.com/codius/codius-auth/config/base
- github.com/codius/codius-web/config/base
- github.com/coilhq/receipt-verifier/config/base?ref=main
Expand Down
4 changes: 2 additions & 2 deletions manifests/codius/ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ spec:
servicePort: 3000
- path: /{id:services/.*$}
backend:
serviceName: codius-crd-operator-services-api
serviceName: codius-operator-services-api
servicePort: 8081

---
Expand Down Expand Up @@ -77,5 +77,5 @@ spec:
paths:
- path: /
backend:
serviceName: codius-crd-operator-services-proxy
serviceName: codius-operator-services-proxy
servicePort: 8082

0 comments on commit 0a5dd06

Please sign in to comment.