Skip to content
This repository was archived by the owner on Jun 9, 2025. It is now read-only.
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
2 changes: 1 addition & 1 deletion base/cadvisor/cadvisor.DaemonSet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ spec:
serviceAccountName: cadvisor
containers:
- name: cadvisor
image: index.docker.io/sourcegraph/cadvisor:insiders@sha256:81ab4b51b08008f69e46ccc5c117da173a464d140e89a7b0ca210975145d6234
image: index.docker.io/sourcegraph/cadvisor:insiders@sha256:d86210bf519a122afe071a14f69355fb8aadc037514beeab26db464a474e3eac
args:
# Kubernetes-specific flags below (other flags are baked into the Docker image)
#
Expand Down
4 changes: 2 additions & 2 deletions base/frontend/sourcegraph-frontend.Deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ spec:
spec:
containers:
- name: frontend
image: index.docker.io/sourcegraph/frontend:insiders@sha256:d146a609af69e9f91231bb88232e832c99e50b2dc5f9a2f005535a78488e5602
image: index.docker.io/sourcegraph/frontend:insiders@sha256:32633d9fc7ae7603e8b5a8ef62d9f1087d69cd2a543423b3bef2e8454c2d5e7d
args:
- serve
env:
Expand Down Expand Up @@ -100,7 +100,7 @@ spec:
- mountPath: /mnt/cache
name: cache-ssd
- name: jaeger-agent
image: index.docker.io/sourcegraph/jaeger-agent:insiders@sha256:bb3433e8653b4df108762965923fcf8194168e4519af0be2b5d3e24c9b1d7745
image: index.docker.io/sourcegraph/jaeger-agent:insiders@sha256:c91d26b10f0e63d4d8ec6a944a2ad6e00fafdabaa72ea95f158c92861e896ff7
env:
- name: POD_NAME
valueFrom:
Expand Down
4 changes: 2 additions & 2 deletions base/github-proxy/github-proxy.Deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ spec:
spec:
containers:
- name: github-proxy
image: index.docker.io/sourcegraph/github-proxy:insiders@sha256:c19d4f8aa755399bc64e8d3118f6719415120c1016dab23bc3f8ff42e851d1d9
image: index.docker.io/sourcegraph/github-proxy:insiders@sha256:4053a21a0c2735940c8e3247feaf79ef3cae423e6d3af1bc23d75166f8397e6e
terminationMessagePolicy: FallbackToLogsOnError
ports:
- containerPort: 3180
Expand All @@ -41,7 +41,7 @@ spec:
cpu: 100m
memory: 250M
- name: jaeger-agent
image: index.docker.io/sourcegraph/jaeger-agent:insiders@sha256:bb3433e8653b4df108762965923fcf8194168e4519af0be2b5d3e24c9b1d7745
image: index.docker.io/sourcegraph/jaeger-agent:insiders@sha256:c91d26b10f0e63d4d8ec6a944a2ad6e00fafdabaa72ea95f158c92861e896ff7
env:
- name: POD_NAME
valueFrom:
Expand Down
4 changes: 2 additions & 2 deletions base/gitserver/gitserver.StatefulSet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ spec:
containers:
- name: gitserver
args: ["run"]
image: index.docker.io/sourcegraph/gitserver:insiders@sha256:a03f2ecc1ffea6d3f018829d6745a3376048604dce9efbcf9ced8c83da4988e0
image: index.docker.io/sourcegraph/gitserver:insiders@sha256:bd7ba9533d95b33225f01877a8abb93f6dd568e04713b95156ca1abc5072e82f
terminationMessagePolicy: FallbackToLogsOnError
livenessProbe:
initialDelaySeconds: 5
Expand All @@ -51,7 +51,7 @@ spec:
# - mountPath: /root/.ssh
# name: ssh
- name: jaeger-agent
image: index.docker.io/sourcegraph/jaeger-agent:insiders@sha256:bb3433e8653b4df108762965923fcf8194168e4519af0be2b5d3e24c9b1d7745
image: index.docker.io/sourcegraph/jaeger-agent:insiders@sha256:c91d26b10f0e63d4d8ec6a944a2ad6e00fafdabaa72ea95f158c92861e896ff7
env:
- name: POD_NAME
valueFrom:
Expand Down
2 changes: 1 addition & 1 deletion base/grafana/grafana.StatefulSet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ spec:
spec:
containers:
- name: grafana
image: index.docker.io/sourcegraph/grafana:insiders@sha256:41644f88f61384fba3e76c9869a3547faf93ac0ff5cfc892e345d4b2b6367fce
image: index.docker.io/sourcegraph/grafana:insiders@sha256:bec93d1312a095d1e20989c5f27686b0647a4c265f6c6be13b9a665e64639396
terminationMessagePolicy: FallbackToLogsOnError
ports:
- containerPort: 3370
Expand Down
2 changes: 1 addition & 1 deletion base/jaeger/jaeger.Deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ spec:
spec:
containers:
- name: jaeger
image: index.docker.io/sourcegraph/jaeger-all-in-one:insiders@sha256:bfc10d27f04eca588a518294d90fe2ea031b72ac971466ae9fd9ed12d2fb846e
image: index.docker.io/sourcegraph/jaeger-all-in-one:insiders@sha256:7b9245e7ab954979e218262982a08f3496aced578967a4743219e47fa98da8f5
args: ["--memory.max-traces=20000"]
ports:
- containerPort: 5775
Expand Down
2 changes: 1 addition & 1 deletion base/precise-code-intel/worker.Deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: metadata.name
image: index.docker.io/sourcegraph/precise-code-intel-worker:insiders@sha256:e6a18ceddf5039e3f7bec846a00b3fbee10588db05bf64b143bd29f949a5ec74
image: index.docker.io/sourcegraph/precise-code-intel-worker:insiders@sha256:9e20de058fafd4a7fdcb02b28f0c4eae54db6dc2cbe9594571c8b9f6515b2a23
terminationMessagePolicy: FallbackToLogsOnError
livenessProbe:
httpGet:
Expand Down
2 changes: 1 addition & 1 deletion base/prometheus/prometheus.Deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ spec:
spec:
containers:
- name: prometheus
image: index.docker.io/sourcegraph/prometheus:insiders@sha256:30bcacba172f0bd49a857e0714f3de58dfc524612b838f5aeea49eddd6e919e2
image: index.docker.io/sourcegraph/prometheus:insiders@sha256:a7b76619d2d98c42881c32abd65d23187a940c2cbcb982ffc88ac804ae26f795
terminationMessagePolicy: FallbackToLogsOnError
readinessProbe:
httpGet:
Expand Down
4 changes: 2 additions & 2 deletions base/query-runner/query-runner.Deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ spec:
spec:
containers:
- name: query-runner
image: index.docker.io/sourcegraph/query-runner:insiders@sha256:1fe5f74e8a7ba4a97ab28cfde53c235d762837e26e88874a8766b28a5a841aca
image: index.docker.io/sourcegraph/query-runner:insiders@sha256:65d6e1ac3025788b7e1ce3309aac785cf6fa9d2f3890a4153396e12d749f0ae3
terminationMessagePolicy: FallbackToLogsOnError
ports:
- containerPort: 3183
Expand All @@ -40,7 +40,7 @@ spec:
requests:
cpu: 500m
memory: 1G
- image: index.docker.io/sourcegraph/jaeger-agent:insiders@sha256:bb3433e8653b4df108762965923fcf8194168e4519af0be2b5d3e24c9b1d7745
- image: index.docker.io/sourcegraph/jaeger-agent:insiders@sha256:c91d26b10f0e63d4d8ec6a944a2ad6e00fafdabaa72ea95f158c92861e896ff7
name: jaeger-agent
env:
- name: POD_NAME
Expand Down
4 changes: 2 additions & 2 deletions base/repo-updater/repo-updater.Deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ spec:
spec:
containers:
- name: repo-updater
image: index.docker.io/sourcegraph/repo-updater:insiders@sha256:0c1762d70cff32889f6c48f4339b445ef6590c6a7172dc9bf1ea2d8d7109da8e
image: index.docker.io/sourcegraph/repo-updater:insiders@sha256:89444d09560c99c4e024712a8e948236485e1f40ad996e8d787b52b3953b9450
env:
terminationMessagePolicy: FallbackToLogsOnError
ports:
Expand All @@ -53,7 +53,7 @@ spec:
cpu: "1"
memory: 500Mi
- name: jaeger-agent
image: index.docker.io/sourcegraph/jaeger-agent:insiders@sha256:bb3433e8653b4df108762965923fcf8194168e4519af0be2b5d3e24c9b1d7745
image: index.docker.io/sourcegraph/jaeger-agent:insiders@sha256:c91d26b10f0e63d4d8ec6a944a2ad6e00fafdabaa72ea95f158c92861e896ff7
env:
- name: POD_NAME
valueFrom:
Expand Down
4 changes: 2 additions & 2 deletions base/searcher/searcher.Deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ spec:
fieldPath: metadata.name
- name: CACHE_DIR
value: /mnt/cache/$(POD_NAME)
image: index.docker.io/sourcegraph/searcher:insiders@sha256:d8590a22319fa49a83e30a6260492c0a9b068e3f86d102c7a96b292d47166be6
image: index.docker.io/sourcegraph/searcher:insiders@sha256:c583571feaa89a3dc9c137f99943dfc5b9c13fdc65d0f5b1beda00a50aaa7315
terminationMessagePolicy: FallbackToLogsOnError
ports:
- containerPort: 3181
Expand All @@ -63,7 +63,7 @@ spec:
- mountPath: /mnt/cache
name: cache-ssd
- name: jaeger-agent
image: index.docker.io/sourcegraph/jaeger-agent:insiders@sha256:bb3433e8653b4df108762965923fcf8194168e4519af0be2b5d3e24c9b1d7745
image: index.docker.io/sourcegraph/jaeger-agent:insiders@sha256:c91d26b10f0e63d4d8ec6a944a2ad6e00fafdabaa72ea95f158c92861e896ff7
env:
- name: POD_NAME
valueFrom:
Expand Down
4 changes: 2 additions & 2 deletions base/symbols/symbols.Deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ spec:
fieldPath: metadata.name
- name: CACHE_DIR
value: /mnt/cache/$(POD_NAME)
image: index.docker.io/sourcegraph/symbols:insiders@sha256:1a5e896c6e26af05c8f1e55287155cea3dc661229b6ff31fce242d46a2831a21
image: index.docker.io/sourcegraph/symbols:insiders@sha256:c89acd4699df77ab9396158835e29f27eca5688b78bfe6700b77cf2d1f85a7ea
terminationMessagePolicy: FallbackToLogsOnError
livenessProbe:
httpGet:
Expand Down Expand Up @@ -69,7 +69,7 @@ spec:
- mountPath: /mnt/cache
name: cache-ssd
- name: jaeger-agent
image: index.docker.io/sourcegraph/jaeger-agent:insiders@sha256:bb3433e8653b4df108762965923fcf8194168e4519af0be2b5d3e24c9b1d7745
image: index.docker.io/sourcegraph/jaeger-agent:insiders@sha256:c91d26b10f0e63d4d8ec6a944a2ad6e00fafdabaa72ea95f158c92861e896ff7
env:
- name: POD_NAME
valueFrom:
Expand Down