Skip to content
Draft
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/monitoring/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: us-docker.pkg.dev/sourcegraph-images/internal/cadvisor:6.6.2517@sha256:30046c3c53c2ba26309443793d8258962e5c144b5afd6ff121e841a5c4cb5678
image: index.docker.io/sourcegraph/cadvisor:6.6.2517@sha256:62a97a540ec71bf8006bab1abecdbc807f5f2434edcaa0ed48152084c985546e
args:
# Kubernetes-specific flags below (other flags are baked into the Docker image)
#
Expand Down
2 changes: 1 addition & 1 deletion base/monitoring/grafana/grafana.StatefulSet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ spec:
spec:
containers:
- name: grafana
image: us-docker.pkg.dev/sourcegraph-images/internal/grafana:6.6.2517@sha256:cc37d3f7d017e73543a632d4d552b8388eb8a5a1987421ca1109b2113bf272af
image: index.docker.io/sourcegraph/grafana:6.6.2517@sha256:e85a929392d51d6ebc6a76734a936ed4eab723b4d97d6ac6695b81f615c6fb88
terminationMessagePolicy: FallbackToLogsOnError
ports:
- containerPort: 3370
Expand Down
2 changes: 1 addition & 1 deletion base/monitoring/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: us-docker.pkg.dev/sourcegraph-images/internal/jaeger-all-in-one:6.6.2517@sha256:24340c994cfc419e900780041ca51e0b2cca8032238b42acf4670465b6f0179d
image: index.docker.io/sourcegraph/jaeger-all-in-one:6.6.2517@sha256:a87f1c34abd6df3a33c8a4272b0703e583f5effb18abda16c81191fa9754fdfd
args: ["--memory.max-traces=20000", "--sampling.strategies-file=/etc/jaeger/sampling_strategies.json", "--collector.otlp.enabled"]
ports:
- containerPort: 5775
Expand Down
2 changes: 1 addition & 1 deletion base/monitoring/node-exporter/node-exporter.DaemonSet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ spec:
spec:
containers:
- name: node-exporter
image: us-docker.pkg.dev/sourcegraph-images/internal/node-exporter:6.6.2517@sha256:922290edc3b85a537c66ca5f0b01674ced0ec96c6d0022b2c938673b524bcebd
image: index.docker.io/sourcegraph/node-exporter:6.6.2517@sha256:2c20396d08b650da6682e7e6e51b5380db206b670c8a0e425ebd5cb56ee079a9
imagePullPolicy: IfNotPresent
resources:
limits:
Expand Down
2 changes: 1 addition & 1 deletion base/monitoring/otel-collector/otel-agent.DaemonSet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ spec:
spec:
containers:
- name: otel-agent
image: us-docker.pkg.dev/sourcegraph-images/internal/opentelemetry-collector:6.6.2517@sha256:f8438a0b4e23de21b47eab0dae5733ecceb0a3a61d2d95b4bc1df4edfdef870c
image: index.docker.io/sourcegraph/opentelemetry-collector:6.6.2517@sha256:5181d47962a3187f58ed19681cd1080e4fd57a7a39e0ec3b292b9842e6a179ad
command:
- "/bin/otelcol-sourcegraph"
- "--config=/etc/otel-agent/config.yaml"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ spec:
spec:
containers:
- name: otel-collector
image: us-docker.pkg.dev/sourcegraph-images/internal/opentelemetry-collector:6.6.2517@sha256:f8438a0b4e23de21b47eab0dae5733ecceb0a3a61d2d95b4bc1df4edfdef870c
image: index.docker.io/sourcegraph/opentelemetry-collector:6.6.2517@sha256:5181d47962a3187f58ed19681cd1080e4fd57a7a39e0ec3b292b9842e6a179ad
command:
- "/bin/otelcol-sourcegraph"
# To use a custom configuration, edit otel-collector.ConfigMap.yaml
Expand Down
2 changes: 1 addition & 1 deletion base/monitoring/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: us-docker.pkg.dev/sourcegraph-images/internal/prometheus:6.6.2517@sha256:8a9a4e3d39769d39226622a2b871788d7c4ee61d5efe1b2842ae8ed85da9ca24
image: index.docker.io/sourcegraph/prometheus:6.6.2517@sha256:554b2aee01a45878874ebc7fc92da4b0aba2bb39c826bf521ad835afe91bf097
terminationMessagePolicy: FallbackToLogsOnError
env:
- name: SG_NAMESPACE
Expand Down
2 changes: 1 addition & 1 deletion base/sourcegraph/blobstore/blobstore.Deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ spec:
spec:
containers:
- name: blobstore
image: us-docker.pkg.dev/sourcegraph-images/internal/blobstore:6.6.2517@sha256:bcebf44c1de28d24e66a101a48b6bc0e15fd4b8c56d4bf25ff5ff16be7e99d20
image: index.docker.io/sourcegraph/blobstore:6.6.2517@sha256:5e9b02af105f2235421a63d2281642736b7f2ece5762ef1414c3c386671dfaf4
livenessProbe:
httpGet:
path: /
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ spec:
spec:
initContainers:
- name: correct-data-dir-permissions
image: us-docker.pkg.dev/sourcegraph-images/internal/alpine-3.14:6.6.2517@sha256:b48408fb1d057b54f5b8e8ac2b4ccf12d5495056bb4a647489776b1bc45ea46e
image: index.docker.io/sourcegraph/alpine-3.14:6.6.2517@sha256:c7940f2cbd7acd621aae261fa17c946e298bcf923f29d399dc0ae971f25ff0a2
command: ["sh", "-c", "if [ -d /var/lib/postgresql/data/pgdata ]; then chmod 750 /var/lib/postgresql/data/pgdata; fi"]
volumeMounts:
- mountPath: /var/lib/postgresql/data/
Expand All @@ -45,7 +45,7 @@ spec:
runAsUser: 70
containers:
- name: codeinsights
image: us-docker.pkg.dev/sourcegraph-images/internal/postgresql-16-codeinsights:6.6.2517@sha256:9bdf307fc2eded607638325d582e3205b20215e9ce76fa96bf047fd348b84e6d
image: index.docker.io/sourcegraph/postgresql-16-codeinsights:6.6.2517@sha256:fefed9ce268efd986b4719ad1d07e0870ce1478a4735d325169ef7a6b10ccb1f
env:
- name: POSTGRES_DB
value: postgres
Expand Down Expand Up @@ -82,7 +82,7 @@ spec:
value: postgres://postgres:@localhost:5432/?sslmode=disable
- name: PG_EXPORTER_EXTEND_QUERY_PATH
value: /config/code_insights_queries.yaml
image: us-docker.pkg.dev/sourcegraph-images/internal/postgres_exporter:6.6.2517@sha256:e50e9ec969725a5ff61c11ba659ccb679f720124019aba699a90702507e507f9
image: index.docker.io/sourcegraph/postgres_exporter:6.6.2517@sha256:95a3654ef83bc9e6aa2b24742a847b5429f5a58c3d31cad35cd61541716bd933
terminationMessagePolicy: FallbackToLogsOnError
name: pgsql-exporter
ports:
Expand Down
6 changes: 3 additions & 3 deletions base/sourcegraph/codeintel-db/codeintel-db.StatefulSet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ spec:
spec:
initContainers:
- name: correct-data-dir-permissions
image: us-docker.pkg.dev/sourcegraph-images/internal/alpine-3.14:6.6.2517@sha256:b48408fb1d057b54f5b8e8ac2b4ccf12d5495056bb4a647489776b1bc45ea46e
image: index.docker.io/sourcegraph/alpine-3.14:6.6.2517@sha256:c7940f2cbd7acd621aae261fa17c946e298bcf923f29d399dc0ae971f25ff0a2
command: ["sh", "-c", "if [ -d /data/pgdata-12 ]; then chmod 750 /data/pgdata-12; fi"]
volumeMounts:
- mountPath: /data
Expand All @@ -45,7 +45,7 @@ spec:
memory: "50Mi"
containers:
- name: pgsql
image: us-docker.pkg.dev/sourcegraph-images/internal/postgresql-16:6.6.2517@sha256:0449328979bbb87f628e9c1f02340e42a068029ad842f45085c01e853ef76f2a
image: index.docker.io/sourcegraph/postgresql-16:6.6.2517@sha256:e4b5fbc22e7d7451f5c5c184e50a0a95d8c9c222f0d080017b2f5a80faec8f09
terminationMessagePolicy: FallbackToLogsOnError
readinessProbe:
exec:
Expand Down Expand Up @@ -87,7 +87,7 @@ spec:
value: postgres://sg:@localhost:5432/?sslmode=disable
- name: PG_EXPORTER_EXTEND_QUERY_PATH
value: /config/code_intel_queries.yaml
image: us-docker.pkg.dev/sourcegraph-images/internal/postgres_exporter:6.6.2517@sha256:e50e9ec969725a5ff61c11ba659ccb679f720124019aba699a90702507e507f9
image: index.docker.io/sourcegraph/postgres_exporter:6.6.2517@sha256:95a3654ef83bc9e6aa2b24742a847b5429f5a58c3d31cad35cd61541716bd933
terminationMessagePolicy: FallbackToLogsOnError
name: pgsql-exporter
ports:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ spec:
spec:
initContainers:
- name: migrator
image: us-docker.pkg.dev/sourcegraph-images/internal/migrator:6.6.2517@sha256:5db9889b5f49967d1e95af14f0620f444e12064b2690a9ee0ca362cf19859a06
image: index.docker.io/sourcegraph/migrator:6.6.2517@sha256:f933e3a89792ab3a4b36e6f0134625f42621b2f4e512fc62bbd90da709d6bb7a
args: ["up"]
resources:
limits:
Expand All @@ -48,7 +48,7 @@ spec:
name: sourcegraph-frontend-env
containers:
- name: frontend
image: us-docker.pkg.dev/sourcegraph-images/internal/frontend:6.6.2517@sha256:98ce84494d0641aab777f5401ddd0bf59089a7ba32d03ea93aa76ea1ac3de75a
image: index.docker.io/sourcegraph/frontend:6.6.2517@sha256:8ae565a9367000b59b7b2875baeff8eea6efe551a78bf4899642023b70768517
args:
- serve
envFrom:
Expand Down
2 changes: 1 addition & 1 deletion base/sourcegraph/gitserver/gitserver.StatefulSet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ spec:
fieldPath: status.hostIP
- name: OTEL_EXPORTER_OTLP_ENDPOINT
value: http://$(OTEL_AGENT_HOST):4317
image: us-docker.pkg.dev/sourcegraph-images/internal/gitserver:6.6.2517@sha256:5652da6e09ac9a0f468987456e32da276da0747183afbf887a12335a5a4658ae
image: index.docker.io/sourcegraph/gitserver:6.6.2517@sha256:279f9a4d0ad3fe8a56f859ff3a95d36ede7fabcfc79c24c85ac288169974ef7b
terminationMessagePolicy: FallbackToLogsOnError
# Temporary: when migrating from repo names to repo IDs on disk,
# gitserver can take a little while to start up. To avoid killing the
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ spec:
value: http://$(OTEL_AGENT_HOST):4317
- name: OPENTELEMETRY_DISABLED
value: "false"
image: us-docker.pkg.dev/sourcegraph-images/internal/indexed-searcher:6.6.2517@sha256:765548c3c07aed82a8ae37095074e8e9d12334011c75aad01914920abe87a1e3
image: index.docker.io/sourcegraph/indexed-searcher:6.6.2517@sha256:c82d31d5532d5e183847eb86ae5877c7114f661c04878d10ce538ea5fafc8011
terminationMessagePolicy: FallbackToLogsOnError
ports:
- containerPort: 6070
Expand Down Expand Up @@ -72,7 +72,7 @@ spec:
value: http://$(OTEL_AGENT_HOST):4317
- name: OPENTELEMETRY_DISABLED
value: "false"
image: us-docker.pkg.dev/sourcegraph-images/internal/search-indexer:6.6.2517@sha256:d3d9ba35a21d5a6fe3c0aa8cbcda4f5eb8be581c54e1b2adfc9499124c7fcf67
image: index.docker.io/sourcegraph/search-indexer:6.6.2517@sha256:fa83429ec2665080beca499baf59985f5121797d31329f36047dd7e545e6da11
terminationMessagePolicy: FallbackToLogsOnError
ports:
- containerPort: 6072
Expand Down
6 changes: 3 additions & 3 deletions base/sourcegraph/pgsql/pgsql.StatefulSet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ spec:
spec:
initContainers:
- name: correct-data-dir-permissions
image: us-docker.pkg.dev/sourcegraph-images/internal/alpine-3.14:6.6.2517@sha256:b48408fb1d057b54f5b8e8ac2b4ccf12d5495056bb4a647489776b1bc45ea46e
image: index.docker.io/sourcegraph/alpine-3.14:6.6.2517@sha256:c7940f2cbd7acd621aae261fa17c946e298bcf923f29d399dc0ae971f25ff0a2
command: ["sh", "-c", "if [ -d /data/pgdata-12 ]; then chmod 750 /data/pgdata-12; fi"]
volumeMounts:
- mountPath: /data
Expand All @@ -46,7 +46,7 @@ spec:
memory: "50Mi"
containers:
- name: pgsql
image: us-docker.pkg.dev/sourcegraph-images/internal/postgresql-16:6.6.2517@sha256:0449328979bbb87f628e9c1f02340e42a068029ad842f45085c01e853ef76f2a
image: index.docker.io/sourcegraph/postgresql-16:6.6.2517@sha256:e4b5fbc22e7d7451f5c5c184e50a0a95d8c9c222f0d080017b2f5a80faec8f09
terminationMessagePolicy: FallbackToLogsOnError
readinessProbe:
exec:
Expand Down Expand Up @@ -90,7 +90,7 @@ spec:
value: postgres://sg:@localhost:5432/?sslmode=disable
- name: PG_EXPORTER_EXTEND_QUERY_PATH
value: /config/queries.yaml
image: us-docker.pkg.dev/sourcegraph-images/internal/postgres_exporter:6.6.2517@sha256:e50e9ec969725a5ff61c11ba659ccb679f720124019aba699a90702507e507f9
image: index.docker.io/sourcegraph/postgres_exporter:6.6.2517@sha256:95a3654ef83bc9e6aa2b24742a847b5429f5a58c3d31cad35cd61541716bd933
terminationMessagePolicy: FallbackToLogsOnError
name: pgsql-exporter
ports:
Expand Down
2 changes: 1 addition & 1 deletion base/sourcegraph/precise-code-intel/worker.Deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ spec:
fieldPath: status.hostIP
- name: OTEL_EXPORTER_OTLP_ENDPOINT
value: http://$(OTEL_AGENT_HOST):4317
image: us-docker.pkg.dev/sourcegraph-images/internal/precise-code-intel-worker:6.6.2517@sha256:e3bc71c3f48c090e7f150e56a7d4acdba89e957e2d50949b0cb158deb1615600
image: index.docker.io/sourcegraph/precise-code-intel-worker:6.6.2517@sha256:9f57a24e7bd3f1591217a9d8ba17ad91ef428a12d87e89f7bf081d276943563a
terminationMessagePolicy: FallbackToLogsOnError
livenessProbe:
httpGet:
Expand Down
4 changes: 2 additions & 2 deletions base/sourcegraph/redis/redis-cache.Deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ spec:
spec:
containers:
- name: redis-cache
image: us-docker.pkg.dev/sourcegraph-images/internal/redis-cache:6.6.2517@sha256:8bd9086df539979d9162cbdabdbd1f3cd54da7bb133c013d1188eeb7eea47e18
image: index.docker.io/sourcegraph/redis-cache:6.6.2517@sha256:96ff6e28e9b5f86c6d09a1f6a6c35122623f6bbe5d123edf78ad8a7c6d5d1ae0
terminationMessagePolicy: FallbackToLogsOnError
livenessProbe:
initialDelaySeconds: 30
Expand Down Expand Up @@ -70,7 +70,7 @@ spec:
- mountPath: /redis-data
name: redis-data
- name: redis-exporter
image: us-docker.pkg.dev/sourcegraph-images/internal/redis_exporter:6.6.2517@sha256:dfcbece8cae6b10af538190b3c517b15f53d7c8f048ebbb5d17b42fb775d0cc4
image: index.docker.io/sourcegraph/redis_exporter:6.6.2517@sha256:e7cda9e858531e2d1c3bd371a90cf1420fe70c9ebb0c735e229093e49c978cc1
terminationMessagePolicy: FallbackToLogsOnError
ports:
- containerPort: 9121
Expand Down
4 changes: 2 additions & 2 deletions base/sourcegraph/redis/redis-store.Deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ spec:
spec:
containers:
- name: redis-store
image: us-docker.pkg.dev/sourcegraph-images/internal/redis-store:6.6.2517@sha256:83dffd2089b64b9fc844e1b2f0adc8b65f7db5b6aa27c776d297a0434d7a94bf
image: index.docker.io/sourcegraph/redis-store:6.6.2517@sha256:ba2f73cc8ce7bde4dd7fa4c28c8d513250ed87af789e54e6f015039b5e329ed4
terminationMessagePolicy: FallbackToLogsOnError
livenessProbe:
initialDelaySeconds: 30
Expand Down Expand Up @@ -69,7 +69,7 @@ spec:
- mountPath: /redis-data
name: redis-data
- name: redis-exporter
image: us-docker.pkg.dev/sourcegraph-images/internal/redis_exporter:6.6.2517@sha256:dfcbece8cae6b10af538190b3c517b15f53d7c8f048ebbb5d17b42fb775d0cc4
image: index.docker.io/sourcegraph/redis_exporter:6.6.2517@sha256:e7cda9e858531e2d1c3bd371a90cf1420fe70c9ebb0c735e229093e49c978cc1
terminationMessagePolicy: FallbackToLogsOnError
ports:
- containerPort: 9121
Expand Down
2 changes: 1 addition & 1 deletion base/sourcegraph/searcher/searcher.StatefulSet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ spec:
fieldPath: status.hostIP
- name: OTEL_EXPORTER_OTLP_ENDPOINT
value: http://$(OTEL_AGENT_HOST):4317
image: us-docker.pkg.dev/sourcegraph-images/internal/searcher:6.6.2517@sha256:edc12ebd6c2e17a307e8740f27ec1e34121ccd28dd26c3a6f7ca9f86c692ad4b
image: index.docker.io/sourcegraph/searcher:6.6.2517@sha256:6e56a17391645d679f7c8900c048d022ee6fdcfb2fffd0eef0b499581b9ba746
terminationMessagePolicy: FallbackToLogsOnError
ports:
- containerPort: 3181
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: metadata.name
image: us-docker.pkg.dev/sourcegraph-images/internal/syntactic-code-intel-worker:6.6.2517@sha256:7b99b5fb2157fab7411416424a4f3b60a661a1628b3f5e8d3db2fd9927b46abc
image: index.docker.io/sourcegraph/syntactic-code-intel-worker:6.6.2517@sha256:8b706f9d3e099ee90261a3d3336b2ad5a5ea190978671ab5250b3f3e17545798
terminationMessagePath: FallbackToLogsOnError
livenessProbe:
httpGet:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ spec:
allowPrivilegeEscalation: false
runAsGroup: 101
runAsUser: 100
image: us-docker.pkg.dev/sourcegraph-images/internal/syntax-highlighter:6.6.2517@sha256:f14cba9771c9ff8490556b7a41710345983415759f2929e40afa6bfdad42d9eb
image: index.docker.io/sourcegraph/syntax-highlighter:6.6.2517@sha256:980d58f48e11823114e74cf1bfc05cebe3b7f6483f779441d240c820b1533d7d
terminationMessagePolicy: FallbackToLogsOnError
livenessProbe:
httpGet:
Expand Down
2 changes: 1 addition & 1 deletion base/sourcegraph/worker/worker.Deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ spec:
fieldPath: status.hostIP
- name: OTEL_EXPORTER_OTLP_ENDPOINT
value: http://$(OTEL_AGENT_HOST):4317
image: us-docker.pkg.dev/sourcegraph-images/internal/worker:6.6.2517@sha256:99ef131b3f49761fcea0db8ad41c83967c456a3ac0689df57641b9b44798e385
image: index.docker.io/sourcegraph/worker:6.6.2517@sha256:23a3c0d768a2d89ef0ca289febf45f3623e0ba3ad7bbf9c53975b92fa221b478
terminationMessagePolicy: FallbackToLogsOnError
livenessProbe:
httpGet:
Expand Down
4 changes: 2 additions & 2 deletions components/executors/dind/executor.Deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ spec:
spec:
containers:
- name: executor
image: us-docker.pkg.dev/sourcegraph-images/internal/executor:6.6.2517@sha256:6042c2867defb09fdc06a86011fc5217f7fb4d66119f6fabe646f4990e66bfca
image: index.docker.io/sourcegraph/executor:6.6.2517@sha256:13072eefea6ab961e7091c45b9b58ebe639acbeb04e3968368d70957f165d94b
imagePullPolicy: Always
livenessProbe:
exec:
Expand Down Expand Up @@ -60,7 +60,7 @@ spec:
- mountPath: /scratch
name: executor-scratch
- name: dind
image: us-docker.pkg.dev/sourcegraph-images/internal/dind:6.6.2517@sha256:acac0380ee16348da66f049732e1da0dca9cfa4e56449d99ef51918d8646381c
image: index.docker.io/sourcegraph/dind:6.6.2517@sha256:f437ec6a8806f8fea9014cb38132384b33eda53f9b0470183260fbeee4448e4c
imagePullPolicy: Always
securityContext:
privileged: true
Expand Down
2 changes: 1 addition & 1 deletion components/executors/k8s/executor.Deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ spec:
serviceAccountName: executor
containers:
- name: executor
image: us-docker.pkg.dev/sourcegraph-images/internal/executor-kubernetes:6.6.2517@sha256:4ac90d0900a8e887ea913a95bcba4350ec154972d8ccf5738d0390a6ed7df756
image: index.docker.io/sourcegraph/executor-kubernetes:6.6.2517@sha256:3d2f1ded9149c7656326b1d6162d785ad06998b80e0fc085ad95ab5ac7e92a42
imagePullPolicy: Always
livenessProbe:
exec:
Expand Down
Loading