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.7.1104@sha256:45ff72d2e485fa2b8353420db2455943562bc497afb5d6956d8b26f45ac3b606
image: index.docker.io/sourcegraph/cadvisor:6.7.1104@sha256:45ff72d2e485fa2b8353420db2455943562bc497afb5d6956d8b26f45ac3b606
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.7.1104@sha256:22f0f7435642875f19f7ad17547709eac32ea3bcea2f5cb02776b3b7d1d0b422
image: index.docker.io/sourcegraph/grafana:6.7.1104@sha256:22f0f7435642875f19f7ad17547709eac32ea3bcea2f5cb02776b3b7d1d0b422
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.7.1104@sha256:b23119b1c693dfa48a47023dd243fba6db20ac92629f3e42bde5a72add90a7dd
image: index.docker.io/sourcegraph/jaeger-all-in-one:6.7.1104@sha256:b23119b1c693dfa48a47023dd243fba6db20ac92629f3e42bde5a72add90a7dd
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.7.1104@sha256:7a44594cfadf8fcf033ef63feee12985d8a7c76365a75e754f9a4a6a66dd2e16
image: index.docker.io/sourcegraph/node-exporter:6.7.1104@sha256:7a44594cfadf8fcf033ef63feee12985d8a7c76365a75e754f9a4a6a66dd2e16
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.7.1104@sha256:06bc5952f0d0467daa5cc91fe255025e5ce8c5e45f97282d40d8c007cb167d60
image: index.docker.io/sourcegraph/opentelemetry-collector:6.7.1104@sha256:06bc5952f0d0467daa5cc91fe255025e5ce8c5e45f97282d40d8c007cb167d60
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.7.1104@sha256:06bc5952f0d0467daa5cc91fe255025e5ce8c5e45f97282d40d8c007cb167d60
image: index.docker.io/sourcegraph/opentelemetry-collector:6.7.1104@sha256:06bc5952f0d0467daa5cc91fe255025e5ce8c5e45f97282d40d8c007cb167d60
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.7.1104@sha256:1dcf7aa8be0ef2585e56a6dcf81a5b95be5bb13d1df55210da9cb94e4714f8f1
image: index.docker.io/sourcegraph/prometheus:6.7.1104@sha256:1dcf7aa8be0ef2585e56a6dcf81a5b95be5bb13d1df55210da9cb94e4714f8f1
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.7.1104@sha256:99dfed44d6ed08176809ca5e839605527c02257f754a274820c3c8e231ba397a
image: index.docker.io/sourcegraph/blobstore:6.7.1104@sha256:99dfed44d6ed08176809ca5e839605527c02257f754a274820c3c8e231ba397a
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.7.1104@sha256:263bcb94052f510ce035118aecf8f459db477540c9635d4bcf9b7e646ff186f8
image: index.docker.io/sourcegraph/alpine-3.14:6.7.1104@sha256:263bcb94052f510ce035118aecf8f459db477540c9635d4bcf9b7e646ff186f8
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.7.1104@sha256:d6e7c87917654ed8abbc2b9f60ab2d4b284f0ba33c8d02ad64cec09dcaf3a79f
image: index.docker.io/sourcegraph/postgresql-16-codeinsights:6.7.1104@sha256:d6e7c87917654ed8abbc2b9f60ab2d4b284f0ba33c8d02ad64cec09dcaf3a79f
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.7.1104@sha256:a5923d83917e3bb4c3bbe0b4f5bd2f0a4cd26737aa63b6ac02f7e8aeb3fc9b28
image: index.docker.io/sourcegraph/postgres_exporter:6.7.1104@sha256:a5923d83917e3bb4c3bbe0b4f5bd2f0a4cd26737aa63b6ac02f7e8aeb3fc9b28
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.7.1104@sha256:263bcb94052f510ce035118aecf8f459db477540c9635d4bcf9b7e646ff186f8
image: index.docker.io/sourcegraph/alpine-3.14:6.7.1104@sha256:263bcb94052f510ce035118aecf8f459db477540c9635d4bcf9b7e646ff186f8
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.7.1104@sha256:e504cc8e4500de6e5ad6ea8e78593d7c195868dc44ecc44a51fa1983b5bcd845
image: index.docker.io/sourcegraph/postgresql-16:6.7.1104@sha256:e504cc8e4500de6e5ad6ea8e78593d7c195868dc44ecc44a51fa1983b5bcd845
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.7.1104@sha256:a5923d83917e3bb4c3bbe0b4f5bd2f0a4cd26737aa63b6ac02f7e8aeb3fc9b28
image: index.docker.io/sourcegraph/postgres_exporter:6.7.1104@sha256:a5923d83917e3bb4c3bbe0b4f5bd2f0a4cd26737aa63b6ac02f7e8aeb3fc9b28
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.7.1104@sha256:da55e95eedebbc84be8436418aa1b2d8b007c03cb91493047819133354ec49d0
image: index.docker.io/sourcegraph/migrator:6.7.1104@sha256:da55e95eedebbc84be8436418aa1b2d8b007c03cb91493047819133354ec49d0
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.7.1104@sha256:c8218b059a08128fae5ab5f5965e6a02f9450f78580ee9e7ab9f9d9a7794512b
image: index.docker.io/sourcegraph/frontend:6.7.1104@sha256:c8218b059a08128fae5ab5f5965e6a02f9450f78580ee9e7ab9f9d9a7794512b
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.7.1104@sha256:365535d31297b5bec031d2e82b61f31fdaae487ca73bed37aacc9789d328aee7
image: index.docker.io/sourcegraph/gitserver:6.7.1104@sha256:365535d31297b5bec031d2e82b61f31fdaae487ca73bed37aacc9789d328aee7
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.7.1104@sha256:98a0f279abdc7a3378756a0e32e4d221671960ed47fdc12ef53c6839173fb354
image: index.docker.io/sourcegraph/indexed-searcher:6.7.1104@sha256:98a0f279abdc7a3378756a0e32e4d221671960ed47fdc12ef53c6839173fb354
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.7.1104@sha256:c5892aecfe9218b339e00bdba7510558d9518430ddaca9ecba9ed9cbce61f810
image: index.docker.io/sourcegraph/search-indexer:6.7.1104@sha256:c5892aecfe9218b339e00bdba7510558d9518430ddaca9ecba9ed9cbce61f810
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.7.1104@sha256:263bcb94052f510ce035118aecf8f459db477540c9635d4bcf9b7e646ff186f8
image: index.docker.io/sourcegraph/alpine-3.14:6.7.1104@sha256:263bcb94052f510ce035118aecf8f459db477540c9635d4bcf9b7e646ff186f8
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.7.1104@sha256:e504cc8e4500de6e5ad6ea8e78593d7c195868dc44ecc44a51fa1983b5bcd845
image: index.docker.io/sourcegraph/postgresql-16:6.7.1104@sha256:e504cc8e4500de6e5ad6ea8e78593d7c195868dc44ecc44a51fa1983b5bcd845
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.7.1104@sha256:a5923d83917e3bb4c3bbe0b4f5bd2f0a4cd26737aa63b6ac02f7e8aeb3fc9b28
image: index.docker.io/sourcegraph/postgres_exporter:6.7.1104@sha256:a5923d83917e3bb4c3bbe0b4f5bd2f0a4cd26737aa63b6ac02f7e8aeb3fc9b28
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.7.1104@sha256:6c4bb35ac4604bf717e163c430d792f3557a9fb13cb6bf65361119fcd56c613d
image: index.docker.io/sourcegraph/precise-code-intel-worker:6.7.1104@sha256:6c4bb35ac4604bf717e163c430d792f3557a9fb13cb6bf65361119fcd56c613d
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.7.1104@sha256:704b69cf7a0726f0a02bb166b7149406834e21ec92ec5180578837afe413fe9b
image: index.docker.io/sourcegraph/redis-cache:6.7.1104@sha256:704b69cf7a0726f0a02bb166b7149406834e21ec92ec5180578837afe413fe9b
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.7.1104@sha256:46708ef32e0cb914d4101426a02a66b8f663a6d614175c12e34ddf806e4b6632
image: index.docker.io/sourcegraph/redis_exporter:6.7.1104@sha256:46708ef32e0cb914d4101426a02a66b8f663a6d614175c12e34ddf806e4b6632
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.7.1104@sha256:3dbdb6db1f4228c335842fa16eba28559636d0a294dd279b60bdc93b80728b71
image: index.docker.io/sourcegraph/redis-store:6.7.1104@sha256:3dbdb6db1f4228c335842fa16eba28559636d0a294dd279b60bdc93b80728b71
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.7.1104@sha256:46708ef32e0cb914d4101426a02a66b8f663a6d614175c12e34ddf806e4b6632
image: index.docker.io/sourcegraph/redis_exporter:6.7.1104@sha256:46708ef32e0cb914d4101426a02a66b8f663a6d614175c12e34ddf806e4b6632
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.7.1104@sha256:19e7dc090d26acc0bb60012a691575b9364c5bef64f207f30490df40ba0261ba
image: index.docker.io/sourcegraph/searcher:6.7.1104@sha256:19e7dc090d26acc0bb60012a691575b9364c5bef64f207f30490df40ba0261ba
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.7.1104@sha256:a39b917ba4f40022eb55b0360b27b58b3694a951e11371a6731f9a5ec75ef88d
image: index.docker.io/sourcegraph/syntactic-code-intel-worker:6.7.1104@sha256:a39b917ba4f40022eb55b0360b27b58b3694a951e11371a6731f9a5ec75ef88d
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.7.1104@sha256:a6570d9a442416515a36b1e323010d2adf84d0af8d2043501c39e30053743c0f
image: index.docker.io/sourcegraph/syntax-highlighter:6.7.1104@sha256:a6570d9a442416515a36b1e323010d2adf84d0af8d2043501c39e30053743c0f
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.7.1104@sha256:7c91a5c4d2e07b85959ced9637be8b2a909f4646658ac932f98eeff30ba0d1b6
image: index.docker.io/sourcegraph/worker:6.7.1104@sha256:7c91a5c4d2e07b85959ced9637be8b2a909f4646658ac932f98eeff30ba0d1b6
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.7.1104@sha256:de4e814b81a38d60d7393c7c3cfe3c7325a79065a35c97f00ab48d22021d0791
image: index.docker.io/sourcegraph/executor:6.7.1104@sha256:de4e814b81a38d60d7393c7c3cfe3c7325a79065a35c97f00ab48d22021d0791
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.7.1104@sha256:adb422518f6e74fc2a6d40786573079f9b32fb88cb035faf9f7d04109546159b
image: index.docker.io/sourcegraph/dind:6.7.1104@sha256:adb422518f6e74fc2a6d40786573079f9b32fb88cb035faf9f7d04109546159b
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.7.1104@sha256:6beafacb7fba6651324369e9aec710b97aa103cfb3f0ac2ec1c12eda84a134e1
image: index.docker.io/sourcegraph/executor-kubernetes:6.7.1104@sha256:6beafacb7fba6651324369e9aec710b97aa103cfb3f0ac2ec1c12eda84a134e1
imagePullPolicy: Always
livenessProbe:
exec:
Expand Down
Loading