Skip to content

Commit

Permalink
Squashed commit of the following:
Browse files Browse the repository at this point in the history
commit 0415290
Author: Gonzalo Peci <pecigonzalo@users.noreply.github.com>
Date:   Fri Aug 21 13:56:08 2020 +0200

    repo-updater: Add readinessProbe (#816)

    * repo-updater: Add readinessProbe

    * fixup! repo-updater: Add readinessProbe

commit 2b33c8c
Author: uwedeportivo <534011+uwedeportivo@users.noreply.github.com>
Date:   Thu Aug 20 20:49:41 2020 -0700

    up grafana to 3.19.1 (#833)

commit cc3fdc1
Author: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Date:   Thu Aug 20 20:32:53 2020 -0700

    Update index.docker.io/sourcegraph/prometheus Docker tag to v3.19.1 (#830)

    Co-authored-by: Renovate Bot <bot@renovateapp.com>

commit 4a55ae6
Author: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Date:   Thu Aug 20 20:28:47 2020 -0700

    Update Sourcegraph Docker images Docker tags to v3.19.1 (#832)

    Co-authored-by: Renovate Bot <bot@renovateapp.com>

commit 04cab68
Author: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Date:   Fri Aug 21 01:51:50 2020 +0000

    Update Sourcegraph Docker images Docker tags to v3.19.1-rc.2 (#829)

    Co-authored-by: Renovate Bot <bot@renovateapp.com>
  • Loading branch information
bobheadxi committed Aug 21, 2020
1 parent 59daf61 commit 6c62c49
Show file tree
Hide file tree
Showing 18 changed files with 34 additions and 26 deletions.
2 changes: 1 addition & 1 deletion base/cadvisor/cadvisor.DaemonSet.yaml
Expand Up @@ -25,7 +25,7 @@ spec:
serviceAccountName: cadvisor
containers:
- name: cadvisor
image: index.docker.io/sourcegraph/cadvisor:3.19.0@sha256:101d4bf85ca1d6f35adfac96f40a597ddbdfde9d93196ffc24fb304c79fa701f
image: index.docker.io/sourcegraph/cadvisor:3.19.1@sha256:2a942298795296bfdb53c245ad3af95bc85232d87a2976b553106d2a72c660a9
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
Expand Up @@ -58,7 +58,7 @@ spec:
value: http://precise-code-intel-bundle-manager:3187
- name: PROMETHEUS_URL
value: http://prometheus:30090
image: index.docker.io/sourcegraph/frontend:3.19.0@sha256:b8eeb9f87d7e0f16e142544622d629d15c55ca7902410651206f70e8d8c0d6f7
image: index.docker.io/sourcegraph/frontend:3.19.1@sha256:2d57cd85bf54030163b0cad6bebcb216ed342c43cca386a7b074c1f65a201f57
terminationMessagePolicy: FallbackToLogsOnError
livenessProbe:
httpGet:
Expand Down Expand Up @@ -90,7 +90,7 @@ spec:
volumeMounts:
- mountPath: /mnt/cache
name: cache-ssd
- image: index.docker.io/sourcegraph/jaeger-agent:3.19.0@sha256:19c517650e4c847efcf99b371bbf15dda26b2bbe1458846448798377ae93442d
- image: index.docker.io/sourcegraph/jaeger-agent:3.19.1@sha256:cb75526fb4baa89fca5ed4566abf2104478f7e2e498139e72ed4d52a00ea1ff0
name: jaeger-agent
env:
- name: POD_NAME
Expand Down
4 changes: 2 additions & 2 deletions base/github-proxy/github-proxy.Deployment.yaml
Expand Up @@ -27,7 +27,7 @@ spec:
spec:
containers:
- env:
image: index.docker.io/sourcegraph/github-proxy:3.19.0@sha256:afe69045f148220c1dcb4e66fb5aa580faedb54cf795dd5de4da479b314eea40
image: index.docker.io/sourcegraph/github-proxy:3.19.1@sha256:3b3adc501906d8580ebafb9cdfd34e9f29905d1186289701bfce48915f3084ae
terminationMessagePolicy: FallbackToLogsOnError
name: github-proxy
ports:
Expand All @@ -40,7 +40,7 @@ spec:
requests:
cpu: 100m
memory: 250M
- image: index.docker.io/sourcegraph/jaeger-agent:3.19.0@sha256:19c517650e4c847efcf99b371bbf15dda26b2bbe1458846448798377ae93442d
- image: index.docker.io/sourcegraph/jaeger-agent:3.19.1@sha256:cb75526fb4baa89fca5ed4566abf2104478f7e2e498139e72ed4d52a00ea1ff0
name: jaeger-agent
env:
- name: POD_NAME
Expand Down
4 changes: 2 additions & 2 deletions base/gitserver/gitserver.StatefulSet.yaml
Expand Up @@ -26,7 +26,7 @@ spec:
- args:
- run
env:
image: index.docker.io/sourcegraph/gitserver:3.19.0@sha256:435116bb25c10f03b969fd50329bf09bd466b7f3df8c5cdee2987bf2d7b202bc
image: index.docker.io/sourcegraph/gitserver:3.19.1@sha256:fb86bcb222609e4af9daefb7d918a32e3402c1384e0ad7b84725c031b59d34f3
terminationMessagePolicy: FallbackToLogsOnError
livenessProbe:
initialDelaySeconds: 5
Expand All @@ -51,7 +51,7 @@ spec:
# about configuring gitserver to use an SSH key
# - mountPath: /root/.ssh
# name: ssh
- image: index.docker.io/sourcegraph/jaeger-agent:3.19.0@sha256:19c517650e4c847efcf99b371bbf15dda26b2bbe1458846448798377ae93442d
- image: index.docker.io/sourcegraph/jaeger-agent:3.19.1@sha256:cb75526fb4baa89fca5ed4566abf2104478f7e2e498139e72ed4d52a00ea1ff0
name: jaeger-agent
env:
- name: POD_NAME
Expand Down
2 changes: 1 addition & 1 deletion base/grafana/grafana.StatefulSet.yaml
Expand Up @@ -23,7 +23,7 @@ spec:
deploy: sourcegraph
spec:
containers:
- image: index.docker.io/sourcegraph/grafana:3.19.0@sha256:c58d9a20d69b24825cfbf09f4481cd5c31bbae8cb4f09a968fdc8637334d7141
- image: index.docker.io/sourcegraph/grafana:3.19.1@sha256:e1cd4672140c0d40fde038b8c89f2e89a67cfa5acf833c2af364e055731d5df5
terminationMessagePolicy: FallbackToLogsOnError
name: grafana
ports:
Expand Down
4 changes: 2 additions & 2 deletions base/indexed-search/indexed-search.StatefulSet.yaml
Expand Up @@ -22,7 +22,7 @@ spec:
spec:
containers:
- env:
image: index.docker.io/sourcegraph/indexed-searcher:3.19.0@sha256:d2e87635cf48c4c5d744962540751022013359bc00a9fb8e1ec2464cc6a0a2b8
image: index.docker.io/sourcegraph/indexed-searcher:3.19.1@sha256:d2e87635cf48c4c5d744962540751022013359bc00a9fb8e1ec2464cc6a0a2b8
terminationMessagePolicy: FallbackToLogsOnError
name: zoekt-webserver
ports:
Expand All @@ -47,7 +47,7 @@ spec:
- mountPath: /data
name: data
- env:
image: index.docker.io/sourcegraph/search-indexer:3.19.0@sha256:7ddeb4d06a89e086506f08d9a114186260c7fa6c242e59be8c28b505d506047a
image: index.docker.io/sourcegraph/search-indexer:3.19.1@sha256:7ddeb4d06a89e086506f08d9a114186260c7fa6c242e59be8c28b505d506047a
terminationMessagePolicy: FallbackToLogsOnError
name: zoekt-indexserver
ports:
Expand Down
2 changes: 1 addition & 1 deletion base/jaeger/jaeger.Deployment.yaml
Expand Up @@ -29,7 +29,7 @@ spec:
prometheus.io/port: "16686"
spec:
containers:
- image: index.docker.io/sourcegraph/jaeger-all-in-one:3.19.0@sha256:bae0c03710491eb967ece7f897917a4c9445eb3979f28e2e7b3936fa005cd4ad
- image: index.docker.io/sourcegraph/jaeger-all-in-one:3.19.1@sha256:1dd2095c20ed8d86024469113895831c725089ef595a031f3d6d6664594c6d64
name: jaeger
args: ["--memory.max-traces=20000"]
ports:
Expand Down
2 changes: 1 addition & 1 deletion base/pgsql/pgsql.Deployment.yaml
Expand Up @@ -34,7 +34,7 @@ spec:
runAsUser: 0
containers:
- env:
image: index.docker.io/sourcegraph/postgres-11.4:3.19.0@sha256:63090799b34b3115a387d96fe2227a37999d432b774a1d9b7966b8c5d81b56ad
image: index.docker.io/sourcegraph/postgres-11.4:3.19.1@sha256:63090799b34b3115a387d96fe2227a37999d432b774a1d9b7966b8c5d81b56ad
terminationMessagePolicy: FallbackToLogsOnError
readinessProbe:
exec:
Expand Down
2 changes: 1 addition & 1 deletion base/precise-code-intel/bundle-manager.Deployment.yaml
Expand Up @@ -30,7 +30,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: metadata.name
image: index.docker.io/sourcegraph/precise-code-intel-bundle-manager:3.19.0@sha256:b2f7bba886b53147637f8721606db80cb7d45d7a3ee36f6674a7f99ddb451f38
image: index.docker.io/sourcegraph/precise-code-intel-bundle-manager:3.19.1@sha256:7bfad68ae5c89c0825bdee1f5c5fa26c8605323044f7999d56ca92e0d8820dc0
terminationMessagePolicy: FallbackToLogsOnError
name: precise-code-intel-bundle-manager
livenessProbe:
Expand Down
2 changes: 1 addition & 1 deletion base/precise-code-intel/worker.Deployment.yaml
Expand Up @@ -35,7 +35,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: metadata.name
image: index.docker.io/sourcegraph/precise-code-intel-worker:3.19.0@sha256:2b3428b83522b7a462fd694dc9aeb3b4aeb4ef65354bb06560a5c21a1dcc3056
image: index.docker.io/sourcegraph/precise-code-intel-worker:3.19.1@sha256:f8f8c6d5f203ec00578f17d7ce229509e6641ae80a8549128a8928d255188f56
terminationMessagePolicy: FallbackToLogsOnError
name: precise-code-intel-worker
livenessProbe:
Expand Down
2 changes: 1 addition & 1 deletion base/prometheus/prometheus.Deployment.yaml
Expand Up @@ -23,7 +23,7 @@ spec:
app: prometheus
spec:
containers:
- image: index.docker.io/sourcegraph/prometheus:3.19.0@sha256:04c513f87c4af53eded2fd8d8f088a2b357f4338f34beb1e6f3a24b9772c3978
- image: index.docker.io/sourcegraph/prometheus:3.19.1@sha256:b7cdd9c0f620d45c229f22c7a3ccdd9918d2cfc7ac7c72957f29a76b22a895ad
terminationMessagePolicy: FallbackToLogsOnError
name: prometheus
readinessProbe:
Expand Down
4 changes: 2 additions & 2 deletions base/query-runner/query-runner.Deployment.yaml
Expand Up @@ -27,7 +27,7 @@ spec:
spec:
containers:
- env:
image: index.docker.io/sourcegraph/query-runner:3.19.0@sha256:55a3106fad02ccabd020bb97723ba8dbdfe6480295cb5cbcff28fd31f7922a24
image: index.docker.io/sourcegraph/query-runner:3.19.1@sha256:810cc7385ecc7ee4a21cd6875f127bcd8b2038dd63284b11844fa63eb06937e9
terminationMessagePolicy: FallbackToLogsOnError
name: query-runner
ports:
Expand All @@ -40,7 +40,7 @@ spec:
requests:
cpu: 500m
memory: 1G
- image: index.docker.io/sourcegraph/jaeger-agent:3.19.0@sha256:19c517650e4c847efcf99b371bbf15dda26b2bbe1458846448798377ae93442d
- image: index.docker.io/sourcegraph/jaeger-agent:3.19.1@sha256:cb75526fb4baa89fca5ed4566abf2104478f7e2e498139e72ed4d52a00ea1ff0
name: jaeger-agent
env:
- name: POD_NAME
Expand Down
2 changes: 1 addition & 1 deletion base/redis/redis-cache.Deployment.yaml
Expand Up @@ -24,7 +24,7 @@ spec:
spec:
containers:
- env:
image: index.docker.io/sourcegraph/redis-cache:3.19.0@sha256:7820219195ab3e8fdae5875cd690fed1b2a01fd1063bd94210c0e9d529c38e56
image: index.docker.io/sourcegraph/redis-cache:3.19.1@sha256:7820219195ab3e8fdae5875cd690fed1b2a01fd1063bd94210c0e9d529c38e56
terminationMessagePolicy: FallbackToLogsOnError
livenessProbe:
initialDelaySeconds: 30
Expand Down
2 changes: 1 addition & 1 deletion base/redis/redis-store.Deployment.yaml
Expand Up @@ -24,7 +24,7 @@ spec:
spec:
containers:
- env:
image: index.docker.io/sourcegraph/redis-store:3.19.0@sha256:e8467a8279832207559bdfbc4a89b68916ecd5b44ab5cf7620c995461c005168
image: index.docker.io/sourcegraph/redis-store:3.19.1@sha256:e8467a8279832207559bdfbc4a89b68916ecd5b44ab5cf7620c995461c005168
terminationMessagePolicy: FallbackToLogsOnError
livenessProbe:
initialDelaySeconds: 30
Expand Down
12 changes: 10 additions & 2 deletions base/repo-updater/repo-updater.Deployment.yaml
Expand Up @@ -27,7 +27,7 @@ spec:
app: repo-updater
spec:
containers:
- image: index.docker.io/sourcegraph/repo-updater:3.19.0@sha256:a584e3873ab6750002288494e77f03815b53472f5b3ecc5a98b9299f7657c53a
- image: index.docker.io/sourcegraph/repo-updater:3.19.1@sha256:5008d09107fde4b21e849df302b8255e8eaa505be6e4d408b4d33345290e272a
env:
terminationMessagePolicy: FallbackToLogsOnError
name: repo-updater
Expand All @@ -36,14 +36,22 @@ spec:
name: http
- containerPort: 6060
name: debug
readinessProbe:
failureThreshold: 3
httpGet:
path: /healthz
port: http
scheme: HTTP
periodSeconds: 1
timeoutSeconds: 5
resources:
limits:
cpu: "1"
memory: 2Gi
requests:
cpu: "1"
memory: 500Mi
- image: index.docker.io/sourcegraph/jaeger-agent:3.19.0@sha256:19c517650e4c847efcf99b371bbf15dda26b2bbe1458846448798377ae93442d
- image: index.docker.io/sourcegraph/jaeger-agent:3.19.1@sha256:cb75526fb4baa89fca5ed4566abf2104478f7e2e498139e72ed4d52a00ea1ff0
name: jaeger-agent
env:
- name: POD_NAME
Expand Down
4 changes: 2 additions & 2 deletions base/searcher/searcher.Deployment.yaml
Expand Up @@ -35,7 +35,7 @@ spec:
fieldPath: metadata.name
- name: CACHE_DIR
value: /mnt/cache/$(POD_NAME)
image: index.docker.io/sourcegraph/searcher:3.19.0@sha256:d9df0fe58626025cf64e6d4b5a8fb5efade3e1873ab5decd0527cc61b3c787ab
image: index.docker.io/sourcegraph/searcher:3.19.1@sha256:e63f3299e228288ac9f282d10ca5e9c00cc22e7614033878409d575202a6bdd1
terminationMessagePolicy: FallbackToLogsOnError
name: searcher
ports:
Expand All @@ -61,7 +61,7 @@ spec:
volumeMounts:
- mountPath: /mnt/cache
name: cache-ssd
- image: index.docker.io/sourcegraph/jaeger-agent:3.19.0@sha256:19c517650e4c847efcf99b371bbf15dda26b2bbe1458846448798377ae93442d
- image: index.docker.io/sourcegraph/jaeger-agent:3.19.1@sha256:cb75526fb4baa89fca5ed4566abf2104478f7e2e498139e72ed4d52a00ea1ff0
name: jaeger-agent
env:
- name: POD_NAME
Expand Down
4 changes: 2 additions & 2 deletions base/symbols/symbols.Deployment.yaml
Expand Up @@ -35,7 +35,7 @@ spec:
fieldPath: metadata.name
- name: CACHE_DIR
value: /mnt/cache/$(POD_NAME)
image: index.docker.io/sourcegraph/symbols:3.19.0@sha256:2442e9b628024bc0c2498b8f9bc20fa7dcbbcaa55e1092472017ed0ecf284813
image: index.docker.io/sourcegraph/symbols:3.19.1@sha256:88164f90893e0663a415ab7c68ad1a0a2ad0786042d3652e55ac86a9686b87fe
terminationMessagePolicy: FallbackToLogsOnError
name: symbols
livenessProbe:
Expand Down Expand Up @@ -67,7 +67,7 @@ spec:
volumeMounts:
- mountPath: /mnt/cache
name: cache-ssd
- image: index.docker.io/sourcegraph/jaeger-agent:3.19.0@sha256:19c517650e4c847efcf99b371bbf15dda26b2bbe1458846448798377ae93442d
- image: index.docker.io/sourcegraph/jaeger-agent:3.19.1@sha256:cb75526fb4baa89fca5ed4566abf2104478f7e2e498139e72ed4d52a00ea1ff0
name: jaeger-agent
env:
- name: POD_NAME
Expand Down
2 changes: 1 addition & 1 deletion base/syntect-server/syntect-server.Deployment.yaml
Expand Up @@ -27,7 +27,7 @@ spec:
spec:
containers:
- env:
image: index.docker.io/sourcegraph/syntax-highlighter:3.19.0@sha256:625c556f5cf456144e51e3fe55e6312398b7714994165b4f605711e6f7d862a0
image: index.docker.io/sourcegraph/syntax-highlighter:3.19.1@sha256:625c556f5cf456144e51e3fe55e6312398b7714994165b4f605711e6f7d862a0
terminationMessagePolicy: FallbackToLogsOnError
livenessProbe:
httpGet:
Expand Down

0 comments on commit 6c62c49

Please sign in to comment.