Skip to content

Commit

Permalink
Remove GitHub proxy service (sourcegraph#4268)
Browse files Browse the repository at this point in the history
See sourcegraph/sourcegraph#55290, we're removing this service in favor of deployment simplicity with a redis-based equivalent.
  • Loading branch information
eseliger authored Oct 10, 2023
1 parent 0072e75 commit bb92aa6
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 102 deletions.
53 changes: 0 additions & 53 deletions base/github-proxy/github-proxy.Deployment.yaml

This file was deleted.

20 changes: 0 additions & 20 deletions base/github-proxy/github-proxy.Service.yaml

This file was deleted.

2 changes: 0 additions & 2 deletions overlays/bases/deployments/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,6 @@ resources:
- base/prometheus/prometheus.ConfigMap.yaml
- base/prometheus/prometheus.Deployment.yaml
- base/prometheus/prometheus.Service.yaml
- base/github-proxy/github-proxy.Service.yaml
- base/github-proxy/github-proxy.Deployment.yaml
- base/repo-updater/repo-updater.Service.yaml
- base/repo-updater/repo-updater.Deployment.yaml
- base/worker/worker.Deployment.yaml
Expand Down
6 changes: 0 additions & 6 deletions overlays/low-resource/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,6 @@ patches:
group: apps
version: v1
path: delete-resources.yaml
- target:
kind: Deployment
name: github-proxy
group: apps
version: v1
path: delete-resources.yaml
- target:
kind: StatefulSet
name: gitserver
Expand Down
6 changes: 0 additions & 6 deletions overlays/minikube/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,6 @@ patches:
group: apps
version: v1
path: delete-resources.yaml
- target:
kind: Deployment
name: github-proxy
group: apps
version: v1
path: delete-resources.yaml
- target:
kind: StatefulSet
name: gitserver
Expand Down
14 changes: 0 additions & 14 deletions overlays/non-privileged/github-proxy/github-proxy.Deployment.yaml

This file was deleted.

1 change: 0 additions & 1 deletion overlays/non-privileged/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ patchesStrategicMerge:
- codeintel-db/codeintel-db.Deployment.yaml
- codeinsights-db/codeinsights-db.Deployment.yaml
- frontend/sourcegraph-frontend.Deployment.yaml
- github-proxy/github-proxy.Deployment.yaml
- gitserver/gitserver.StatefulSet.yaml
- grafana/grafana.StatefulSet.yaml
- blobstore/blobstore.Deployment.yaml
Expand Down

0 comments on commit bb92aa6

Please sign in to comment.