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:d064590622a0ac7cfc5a6d862c6dcd8f67341b2374e29038163c85ba94e8ff3a
image: index.docker.io/sourcegraph/cadvisor:insiders@sha256:b58b694921e4f868d1b1de859df3fb50dd9154141415b3e71a67a822ad636afa
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:30a47cb5f66d5c56b493b861753805a88eafa948c3225927ffe7662bd507aaae
image: index.docker.io/sourcegraph/frontend:insiders@sha256:2c52c5ec79867f51d0d4a159f69f4566ffd6d49a52bce8de7904a707c4d975d2
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:0da6ec9278955e6568aa2ad86ab0a47d420d99ed0b8cac67c67d8af443d0c549
image: index.docker.io/sourcegraph/jaeger-agent:insiders@sha256:f99f958198272a65bd10f8b11077f0cf81f86056762b14d56639a0b05a205079
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:1c8b3702d7e1fe6151a9543d13f50cd5e5e38f98d024367c5ab1265276c18d2b
image: index.docker.io/sourcegraph/github-proxy:insiders@sha256:f6a994a237f8da30989406446b68a5c53e9713d7690b585f0f51386ec45dfd6c
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:0da6ec9278955e6568aa2ad86ab0a47d420d99ed0b8cac67c67d8af443d0c549
image: index.docker.io/sourcegraph/jaeger-agent:insiders@sha256:f99f958198272a65bd10f8b11077f0cf81f86056762b14d56639a0b05a205079
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:9e5e8b3fde2ecb74e509a2afa4ab4c143b58b176e2ebe4a724ef64e1261faa6b
image: index.docker.io/sourcegraph/gitserver:insiders@sha256:99b4479262fdc31b656f159770ff4bcba74dab8955804e49c3eef8045ee2281d
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:0da6ec9278955e6568aa2ad86ab0a47d420d99ed0b8cac67c67d8af443d0c549
image: index.docker.io/sourcegraph/jaeger-agent:insiders@sha256:f99f958198272a65bd10f8b11077f0cf81f86056762b14d56639a0b05a205079
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:b9c455ef2eb3c86f5351af2d5a4109bc186d1f5c94baae711c080e69ad1bb372
image: index.docker.io/sourcegraph/grafana:insiders@sha256:96b78c83265e0fbc632ea00fe0a4b576d0568000b4fd6edfaecb400f839ebb52
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:03623147d72ff805791d9270ccba8ade4e2bcf1cb440356405487cfe10d87d95
image: index.docker.io/sourcegraph/jaeger-all-in-one:insiders@sha256:c1800e3eb1ffbe01650895ca3de6cfe41e64e06acaef2f3d06ff280acbe62d2b
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:2ddfa12212a1b3f2d0e2154f8bf73b4c9f27c3755a82b3106a9a718d94a14cbe
image: index.docker.io/sourcegraph/precise-code-intel-worker:insiders@sha256:5eeb914f75c713d111c6670ee0218d6bf0f44bfc8cbfb4535227cd35a3bd1b79
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:de61095263cabec63159c08b4e3e2e21097729d8d73a24980bfafcaac229288d
image: index.docker.io/sourcegraph/prometheus:insiders@sha256:5923ad206ef0630a33fe6f41efe91db322bbc3e74210c8e4adfcd44d5e97089e
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:f6c42871451eb794ca7c1795ef42523bd9925ea34d4c2e0b28fb06d504399df7
image: index.docker.io/sourcegraph/query-runner:insiders@sha256:2efdc2d2e5d3989c88274bfe517511b5d62801b39d5e5afd73f67f793a5121b9
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:0da6ec9278955e6568aa2ad86ab0a47d420d99ed0b8cac67c67d8af443d0c549
- image: index.docker.io/sourcegraph/jaeger-agent:insiders@sha256:f99f958198272a65bd10f8b11077f0cf81f86056762b14d56639a0b05a205079
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:80c1ef817d91ad06790a26c81f8a6c29a3e1bcbca5d72faac7e38d1a382f0b6c
image: index.docker.io/sourcegraph/repo-updater:insiders@sha256:ce3e6f7a41af15fe3937e3d9347dee1dbadded737d14e95ed71d49dd81d87279
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:0da6ec9278955e6568aa2ad86ab0a47d420d99ed0b8cac67c67d8af443d0c549
image: index.docker.io/sourcegraph/jaeger-agent:insiders@sha256:f99f958198272a65bd10f8b11077f0cf81f86056762b14d56639a0b05a205079
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:37fa84615da8bcc216c998bab95745a9c16ffb56e8245fc0cafe5e5bdaa68c5f
image: index.docker.io/sourcegraph/searcher:insiders@sha256:01043b376ab43baa14d26b1e5665cf84b7c8774c38df1772be7542382b43e9a0
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:0da6ec9278955e6568aa2ad86ab0a47d420d99ed0b8cac67c67d8af443d0c549
image: index.docker.io/sourcegraph/jaeger-agent:insiders@sha256:f99f958198272a65bd10f8b11077f0cf81f86056762b14d56639a0b05a205079
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:3c091a04e1fb38b0de278e2cdce926574da5059404945ebd74bebf86c52ad9de
image: index.docker.io/sourcegraph/symbols:insiders@sha256:48698005f904bd84d4ae95c1b850a8523baf849073f8ecc32d641db9b1b8a91d
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:0da6ec9278955e6568aa2ad86ab0a47d420d99ed0b8cac67c67d8af443d0c549
image: index.docker.io/sourcegraph/jaeger-agent:insiders@sha256:f99f958198272a65bd10f8b11077f0cf81f86056762b14d56639a0b05a205079
env:
- name: POD_NAME
valueFrom:
Expand Down