Skip to content
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 base/monitoring/prometheus/prometheus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,6 @@ scrape_configs: # Configure targets to scrape
group: sourcegraph-service
targets:
- sourcegraph-frontend:6060
- repo-updater:6060
- worker:6060
- worker-executors:6996
- syntect-server:6060
Expand Down
1 change: 0 additions & 1 deletion base/sourcegraph/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ resources:
- pgsql
- precise-code-intel
- redis
- repo-updater
- searcher
- symbols
- syntactic-code-intel
Expand Down
5 changes: 0 additions & 5 deletions base/sourcegraph/repo-updater/kustomization.yaml

This file was deleted.

77 changes: 0 additions & 77 deletions base/sourcegraph/repo-updater/repo-updater.Deployment.yaml

This file was deleted.

23 changes: 0 additions & 23 deletions base/sourcegraph/repo-updater/repo-updater.Service.yaml

This file was deleted.

1 change: 0 additions & 1 deletion components/clusters/old-base/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,5 @@ patches:
- path: patches/precise-code-intel/worker.Deployment.yaml
- path: patches/redis/redis-cache.Deployment.yaml
- path: patches/redis/redis-store.Deployment.yaml
- path: patches/repo-updater/repo-updater.Deployment.yaml
- path: patches/syntect-server/syntect-server.Deployment.yaml
- path: patches/worker/worker.Deployment.yaml

This file was deleted.

18 changes: 0 additions & 18 deletions components/custom/resources/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -328,24 +328,6 @@ patches:
# memory: 100Mi
# - patch: |-
# apiVersion: apps/v1
# kind: Deployment
# metadata:
# name: repo-updater
# spec:
# replicas: 1 # IMPORTANT: Singleton service. Do NOT add more replica.
# template:
# spec:
# containers:
# - name: repo-updater
# resources:
# limits:
# cpu: "1"
# memory: 2Gi
# requests:
# cpu: "1"
# memory: 500Mi
# - patch: |-
# apiVersion: apps/v1
# kind: StatefulSet
# metadata:
# name: searcher
Expand Down
2 changes: 1 addition & 1 deletion components/enable/otel-collector/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ patches:
target:
group: apps
kind: StatefulSet|Deployment
name: sourcegraph-frontend|gitserver|indexed-search|precise-code-intel-worker|repo-updater|searcher|symbols|worker
name: sourcegraph-frontend|gitserver|indexed-search|precise-code-intel-worker|searcher|symbols|worker
version: v1
- patch: |-
- op: add
Expand Down
18 changes: 0 additions & 18 deletions components/patches/resources.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -337,24 +337,6 @@
# apiVersion: apps/v1
# kind: Deployment
# metadata:
# name: repo-updater
# spec:
# replicas: 1 # IMPORTANT: Singleton service. Do NOT add more replica.
# template:
# spec:
# containers:
# - name: repo-updater
# resources:
# limits:
# cpu: "1"
# memory: 2Gi
# requests:
# cpu: "1"
# memory: 500Mi
---
# apiVersion: apps/v1
# kind: Deployment
# metadata:
# name: searcher
# spec:
# replicas: 2
Expand Down

This file was deleted.

1 change: 0 additions & 1 deletion components/privileged/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,5 @@ patches:
- path: patches/precise-code-intel/worker.Deployment.yaml
- path: patches/redis/redis-cache.Deployment.yaml
- path: patches/redis/redis-store.Deployment.yaml
- path: patches/repo-updater/repo-updater.Deployment.yaml
- path: patches/syntect-server/syntect-server.Deployment.yaml
- path: patches/worker/worker.Deployment.yaml

This file was deleted.

12 changes: 1 addition & 11 deletions components/services/redis/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,6 @@ replacements:
select:
kind: Deployment
name: symbols
- fieldPaths:
- spec.template.spec.containers.0.env.[name=REDIS_CACHE_ENDPOINT].value
select:
kind: Deployment
name: repo-updater
- fieldPaths:
- spec.template.spec.containers.0.env.[name=REDIS_CACHE_ENDPOINT].value
select:
Expand Down Expand Up @@ -85,11 +80,6 @@ replacements:
select:
kind: Deployment
name: symbols
- fieldPaths:
- spec.template.spec.containers.0.env.[name=REDIS_STORE_ENDPOINT].value
select:
kind: Deployment
name: repo-updater
- fieldPaths:
- spec.template.spec.containers.0.env.[name=REDIS_STORE_ENDPOINT].value
select:
Expand All @@ -110,5 +100,5 @@ patches:
target:
group: apps
kind: StatefulSet|Deployment
name: repo-updater|gitserver|searcher|symbols|worker
name: gitserver|searcher|symbols|worker
version: v1
14 changes: 0 additions & 14 deletions components/sizes/l/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -91,20 +91,6 @@ patches:
limits:
cpu: "1"
memory: 6Gi
- patch: |-
apiVersion: apps/v1
kind: Deployment
metadata:
name: repo-updater
spec:
template:
spec:
containers:
- name: repo-updater
resources:
limits:
cpu: "4"
memory: 4Gi
- patch: |-
apiVersion: apps/v1
kind: Deployment
Expand Down
14 changes: 0 additions & 14 deletions components/sizes/m/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -92,20 +92,6 @@ patches:
limits:
cpu: "1"
memory: 5Gi
- patch: |-
apiVersion: apps/v1
kind: Deployment
metadata:
name: repo-updater
spec:
template:
spec:
containers:
- name: repo-updater
resources:
limits:
cpu: "4"
memory: 4Gi
- patch: |-
apiVersion: apps/v1
kind: Deployment
Expand Down
14 changes: 0 additions & 14 deletions components/sizes/s/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -91,20 +91,6 @@ patches:
limits:
cpu: "1"
memory: 4Gi
- patch: |-
apiVersion: apps/v1
kind: Deployment
metadata:
name: repo-updater
spec:
template:
spec:
containers:
- name: repo-updater
resources:
limits:
cpu: "4"
memory: 4Gi
- patch: |-
apiVersion: apps/v1
kind: Deployment
Expand Down
14 changes: 0 additions & 14 deletions components/sizes/xl/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -91,20 +91,6 @@ patches:
limits:
cpu: "1"
memory: 8Gi
- patch: |-
apiVersion: apps/v1
kind: Deployment
metadata:
name: repo-updater
spec:
template:
spec:
containers:
- name: repo-updater
resources:
limits:
cpu: "4"
memory: 4Gi
- patch: |-
apiVersion: apps/v1
kind: Deployment
Expand Down
14 changes: 0 additions & 14 deletions components/sizes/xs/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,20 +79,6 @@ patches:
limits:
cpu: "1"
memory: 3Gi
- patch: |-
apiVersion: apps/v1
kind: Deployment
metadata:
name: repo-updater
spec:
template:
spec:
containers:
- name: repo-updater
resources:
limits:
cpu: "1"
memory: 2Gi
- patch: |-
apiVersion: apps/v1
kind: Deployment
Expand Down
Loading