Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove cerc component #4143

Merged
merged 1 commit into from
May 4, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion WORKSPACE.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ variants:
components:
exclude:
- components/ee/ws-scheduler
- components/ee/cerc
srcs:
exclude:
- "**/ee"
Expand Down
34 changes: 0 additions & 34 deletions chart/config/proxy/lib.locations-cerc.conf

This file was deleted.

5 changes: 0 additions & 5 deletions chart/config/proxy/vhost.map-cerc-request-uri.conf

This file was deleted.

1 change: 0 additions & 1 deletion chart/config/proxy/vhost.server.conf
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ server {

include lib.cors-server.conf;
include lib.locations.conf;
include lib.locations-cerc.conf;
include lib.region-headers.conf;
include lib.log-headers.conf;
}
Expand Down
60 changes: 0 additions & 60 deletions chart/templates/cerc-configmap.yaml

This file was deleted.

62 changes: 0 additions & 62 deletions chart/templates/cerc-deployment.yaml

This file was deleted.

14 changes: 0 additions & 14 deletions chart/templates/cerc-service-account.yaml

This file was deleted.

4 changes: 0 additions & 4 deletions chart/templates/cerc-service.yaml

This file was deleted.

21 changes: 0 additions & 21 deletions chart/templates/cerc-unprivileged-rolebinding.yaml

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,4 @@ spec:
matchLabels:
app: {{ template "gitpod.fullname" . }}
component: proxy
- podSelector:
matchLabels:
app: {{ template "gitpod.fullname" . }}
component: cerc
{{- end -}}
24 changes: 0 additions & 24 deletions chart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -432,30 +432,6 @@ components:
expose: true
containerPort: 9500

cerc:
name: cerc
disabled: true
dependsOn:
- "cerc-configmap.yaml"
ports:
http:
expose: true
containerPort: 8080
servicePort: 80
resources:
requests:
cpu: 100m
memory: 128Mi
config:
selftest:
period: 10s
serverHealth:
period: 1m
workspaceHealth:
period: 1m
workspaceProbe:
period: 5m

wsProxy:
name: "ws-proxy"
disabled: false
Expand Down
2 changes: 0 additions & 2 deletions components/BUILD.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ packages:
- components/content-service:docker
- components/dashboard:docker
- components/docker-up:docker
- components/ee/cerc:docker
- components/ee/ws-scheduler:docker
- components/gitpod-db:docker
- components/gitpod-protocol:publish
Expand Down Expand Up @@ -43,7 +42,6 @@ packages:
- components/content-service:docker
- components/dashboard:app
- components/docker-up:app
- components/ee/cerc:app
- components/ee/ws-scheduler:app
- components/image-builder:app
- components/registry-facade:app
Expand Down
15 changes: 0 additions & 15 deletions components/ee/cerc/.gitignore

This file was deleted.

24 changes: 0 additions & 24 deletions components/ee/cerc/BUILD.yaml

This file was deleted.

23 changes: 0 additions & 23 deletions components/ee/cerc/README.md

This file was deleted.

13 changes: 0 additions & 13 deletions components/ee/cerc/debug.Dockerfile

This file was deleted.

34 changes: 0 additions & 34 deletions components/ee/cerc/examples/selftest.json

This file was deleted.

Loading