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:a0b6e7036d94b73ea5a51628db0761c2ef82dbc9a183c98d0a9421fab667302c
image: index.docker.io/sourcegraph/cadvisor:insiders@sha256:81968da14bfe995d9b3cb7c2d7b7da7f8913acf96236f415a6bef90339c485a6
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:ce10c0ec36fa75fbed9a430b06f5a9a827db73b6d45631d886b208ab803822ba
image: index.docker.io/sourcegraph/frontend:insiders@sha256:5fdca316131927d5aefe6cc3c9800155cf824e9708b55df8f9ed131347a2b325
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:3c44b6235cb120666823c5d440abdb03ea8bdc0373426b0a4131b4cfdb64372e
image: index.docker.io/sourcegraph/jaeger-agent:insiders@sha256:9ce9f9d3e3fda0d399b5581e67bc2a4e0c7b6c5779664826f1d9c02e7f47c389
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:6e435339f485864e494d82d816e89edf23a821b4bd32f3d07d3906744e7ec83a
image: index.docker.io/sourcegraph/github-proxy:insiders@sha256:c3327cdec22f91301fc5b3f073bc3e98452590fabc41ef41ba143d992254d28d
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:3c44b6235cb120666823c5d440abdb03ea8bdc0373426b0a4131b4cfdb64372e
image: index.docker.io/sourcegraph/jaeger-agent:insiders@sha256:9ce9f9d3e3fda0d399b5581e67bc2a4e0c7b6c5779664826f1d9c02e7f47c389
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:a6c375c523617f014eb8901b43c5e02e88df303f5eab6c9e37ddcd5034b60e43
image: index.docker.io/sourcegraph/gitserver:insiders@sha256:133040f0b3cb83f64234b3bb4eb60be7f7e90d8ddbe9f61d1eeadd2b38cc3010
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:3c44b6235cb120666823c5d440abdb03ea8bdc0373426b0a4131b4cfdb64372e
image: index.docker.io/sourcegraph/jaeger-agent:insiders@sha256:9ce9f9d3e3fda0d399b5581e67bc2a4e0c7b6c5779664826f1d9c02e7f47c389
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:675727abbd22b8cc523314e082116a0eda428fa9ed1c6e9d78ca671e6d0d284b
image: index.docker.io/sourcegraph/grafana:insiders@sha256:8cc19156051ba6ae4e1cadd187577a0946fa0358eacf61ace8cff8b8d7004c00
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:b36a13c0cd3471408edd6e038b6ed094110164a05bf5eca41ebee110b6843ca6
image: index.docker.io/sourcegraph/jaeger-all-in-one:insiders@sha256:6039ff9230644950814aaa503e53cae7c2baedb79449c56a40ff920b1376a3fd
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:598f8fac7255b4e731565564e9cd1e58bc9cb15615ca7e202bb2b07c1c97d28d
image: index.docker.io/sourcegraph/precise-code-intel-worker:insiders@sha256:f943f1e02f4c9f74e712c74fbce9794c9d8c707cff30bab425efdf0cd4e36a72
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:8a0a87393ff70c7f8fda09d492b8100e5d2f1bea3f42fdb804bd9297eebccadb
image: index.docker.io/sourcegraph/prometheus:insiders@sha256:98b4652654f6fefd55059062d7d0966a46af4343967e9f56d5e20da8bb126fea
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:1682d78e2e78744ed497d824dd95f5f6cd78c6c2e3031b241b6f9811e57a94d0
image: index.docker.io/sourcegraph/query-runner:insiders@sha256:d3eb3e1bee3c4f001485806e52dc49fd0f5bd05751895be76bbd56f78ee5d2bf
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:3c44b6235cb120666823c5d440abdb03ea8bdc0373426b0a4131b4cfdb64372e
- image: index.docker.io/sourcegraph/jaeger-agent:insiders@sha256:9ce9f9d3e3fda0d399b5581e67bc2a4e0c7b6c5779664826f1d9c02e7f47c389
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:43774239a58596d6dcddb8c4a5de310262946e40cc44d31cb06e458dba8abb63
image: index.docker.io/sourcegraph/repo-updater:insiders@sha256:6b12b080a05858d509f15f00ac5368d6751a651fab862fa10b5a2ef132e8c822
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:3c44b6235cb120666823c5d440abdb03ea8bdc0373426b0a4131b4cfdb64372e
image: index.docker.io/sourcegraph/jaeger-agent:insiders@sha256:9ce9f9d3e3fda0d399b5581e67bc2a4e0c7b6c5779664826f1d9c02e7f47c389
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:2cd86bb0087368eaac5718b396d9ba00437f95df99a1c4d7b53d796e1df3319b
image: index.docker.io/sourcegraph/searcher:insiders@sha256:9a65e6dee97b671faf1e9bef38f9d7580da604d1cc4831a0921163b4cd6db4d1
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:3c44b6235cb120666823c5d440abdb03ea8bdc0373426b0a4131b4cfdb64372e
image: index.docker.io/sourcegraph/jaeger-agent:insiders@sha256:9ce9f9d3e3fda0d399b5581e67bc2a4e0c7b6c5779664826f1d9c02e7f47c389
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:ff474425ce0e57bcea01d3214b5421ac04956a86e73d636b998152ca3a992ea0
image: index.docker.io/sourcegraph/symbols:insiders@sha256:d218fd1599b743afb81678fc43b727dbd51563d1f5d04236884ea864b76129b8
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:3c44b6235cb120666823c5d440abdb03ea8bdc0373426b0a4131b4cfdb64372e
image: index.docker.io/sourcegraph/jaeger-agent:insiders@sha256:9ce9f9d3e3fda0d399b5581e67bc2a4e0c7b6c5779664826f1d9c02e7f47c389
env:
- name: POD_NAME
valueFrom:
Expand Down