Skip to content
Closed
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.2720@sha256:b2f62b4cd507eff698ca92968d0afd0f42b3710c8d213e0fac3d5bc19156ce34
image: index.docker.io/sourcegraph/cadvisor:6.7.2720@sha256:b2f62b4cd507eff698ca92968d0afd0f42b3710c8d213e0fac3d5bc19156ce34
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.2720@sha256:044c0cc16f8785ca5e7bbf3bf273fa6fe25c02f9cb3a18278074aad7fc3d8d19
image: index.docker.io/sourcegraph/grafana:6.7.2720@sha256:044c0cc16f8785ca5e7bbf3bf273fa6fe25c02f9cb3a18278074aad7fc3d8d19
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.2720@sha256:963cd673b8a2b85a1a96e13436a694f2ac63dea273ed49e83fdfe2d2f0a521f0
image: index.docker.io/sourcegraph/jaeger-all-in-one:6.7.2720@sha256:963cd673b8a2b85a1a96e13436a694f2ac63dea273ed49e83fdfe2d2f0a521f0
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.2720@sha256:3bf97311c6db88a3d6490146c197d9474393e3132e369e29f739d03fcd2f2769
image: index.docker.io/sourcegraph/node-exporter:6.7.2720@sha256:3bf97311c6db88a3d6490146c197d9474393e3132e369e29f739d03fcd2f2769
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.2720@sha256:9aadcce1595ed99a8cb3822166e752077e9c2ac56acb0a4647b019ad672febb4
image: index.docker.io/sourcegraph/opentelemetry-collector:6.7.2720@sha256:9aadcce1595ed99a8cb3822166e752077e9c2ac56acb0a4647b019ad672febb4
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.2720@sha256:9aadcce1595ed99a8cb3822166e752077e9c2ac56acb0a4647b019ad672febb4
image: index.docker.io/sourcegraph/opentelemetry-collector:6.7.2720@sha256:9aadcce1595ed99a8cb3822166e752077e9c2ac56acb0a4647b019ad672febb4
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.2720@sha256:7ce99c850c379b77c1f037efee67fd1cf59bb3dc847704c87a8f89dfb25b83a6
image: index.docker.io/sourcegraph/prometheus:6.7.2720@sha256:7ce99c850c379b77c1f037efee67fd1cf59bb3dc847704c87a8f89dfb25b83a6
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.2720@sha256:ba49559308dc5af4cf08d74878c9b1d4c8fec353565da0b48f75cb8cbd665a6d
image: index.docker.io/sourcegraph/blobstore:6.7.2720@sha256:ba49559308dc5af4cf08d74878c9b1d4c8fec353565da0b48f75cb8cbd665a6d
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.2720@sha256:54f2672f0ff34d4ab2502833f9aec88d33832b5dbe05a977870fccf3bc27b371
image: index.docker.io/sourcegraph/alpine-3.14:6.7.2720@sha256:54f2672f0ff34d4ab2502833f9aec88d33832b5dbe05a977870fccf3bc27b371
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.2720@sha256:91ad3ef0747a1bd6fb9fa7d15175b09ffd8f09593f285f54ea54def5a4b486cc
image: index.docker.io/sourcegraph/postgresql-16-codeinsights:6.7.2720@sha256:91ad3ef0747a1bd6fb9fa7d15175b09ffd8f09593f285f54ea54def5a4b486cc
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.2720@sha256:0ec104d18a1c5c653b0c14ad034023eb8e66a9f4a95051bb415905090da73203
image: index.docker.io/sourcegraph/postgres_exporter:6.7.2720@sha256:0ec104d18a1c5c653b0c14ad034023eb8e66a9f4a95051bb415905090da73203
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.2720@sha256:54f2672f0ff34d4ab2502833f9aec88d33832b5dbe05a977870fccf3bc27b371
image: index.docker.io/sourcegraph/alpine-3.14:6.7.2720@sha256:54f2672f0ff34d4ab2502833f9aec88d33832b5dbe05a977870fccf3bc27b371
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.2720@sha256:20f85b9285b696f958a7a1b771a09e26612c20024d21a8500aa5301d1ce04349
image: index.docker.io/sourcegraph/postgresql-16:6.7.2720@sha256:20f85b9285b696f958a7a1b771a09e26612c20024d21a8500aa5301d1ce04349
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.2720@sha256:0ec104d18a1c5c653b0c14ad034023eb8e66a9f4a95051bb415905090da73203
image: index.docker.io/sourcegraph/postgres_exporter:6.7.2720@sha256:0ec104d18a1c5c653b0c14ad034023eb8e66a9f4a95051bb415905090da73203
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.2720@sha256:19bc270c051ed9f9e32ad1d7a0f57571d6607885f9b31ba66606e9b4d97f3a6e
image: index.docker.io/sourcegraph/migrator:6.7.2720@sha256:19bc270c051ed9f9e32ad1d7a0f57571d6607885f9b31ba66606e9b4d97f3a6e
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.2720@sha256:af8e7e5665d55236fef556e88bb9340ea0a34afe9a9fea1fb5d6536794385910
image: index.docker.io/sourcegraph/frontend:6.7.2720@sha256:af8e7e5665d55236fef556e88bb9340ea0a34afe9a9fea1fb5d6536794385910
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.2720@sha256:b3103f2a0aa0188c3498968fd2dcdea06a3871d24daea877dff5bf959fbdc628
image: index.docker.io/sourcegraph/gitserver:6.7.2720@sha256:b3103f2a0aa0188c3498968fd2dcdea06a3871d24daea877dff5bf959fbdc628
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.2720@sha256:1333349f90f11f67dda0aa9a5ee48103f91fcbb8d882d5ce3d1c192ebb960d0f
image: index.docker.io/sourcegraph/indexed-searcher:6.7.2720@sha256:1333349f90f11f67dda0aa9a5ee48103f91fcbb8d882d5ce3d1c192ebb960d0f
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.2720@sha256:1459303dd1669feca99e2a8fc535368aea0756c68c6c293f75d08a83b7600600
image: index.docker.io/sourcegraph/search-indexer:6.7.2720@sha256:1459303dd1669feca99e2a8fc535368aea0756c68c6c293f75d08a83b7600600
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.2720@sha256:54f2672f0ff34d4ab2502833f9aec88d33832b5dbe05a977870fccf3bc27b371
image: index.docker.io/sourcegraph/alpine-3.14:6.7.2720@sha256:54f2672f0ff34d4ab2502833f9aec88d33832b5dbe05a977870fccf3bc27b371
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.2720@sha256:20f85b9285b696f958a7a1b771a09e26612c20024d21a8500aa5301d1ce04349
image: index.docker.io/sourcegraph/postgresql-16:6.7.2720@sha256:20f85b9285b696f958a7a1b771a09e26612c20024d21a8500aa5301d1ce04349
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.2720@sha256:0ec104d18a1c5c653b0c14ad034023eb8e66a9f4a95051bb415905090da73203
image: index.docker.io/sourcegraph/postgres_exporter:6.7.2720@sha256:0ec104d18a1c5c653b0c14ad034023eb8e66a9f4a95051bb415905090da73203
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.2720@sha256:e15c66c899794adfd876be61c14b469aa8786651bc88e967fcd61db51beb8127
image: index.docker.io/sourcegraph/precise-code-intel-worker:6.7.2720@sha256:e15c66c899794adfd876be61c14b469aa8786651bc88e967fcd61db51beb8127
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.2720@sha256:4e6ecff00fbc684a368f300a84165b11effa69b3b038dd6078af5b45b099f905
image: index.docker.io/sourcegraph/redis-cache:6.7.2720@sha256:4e6ecff00fbc684a368f300a84165b11effa69b3b038dd6078af5b45b099f905
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.2720@sha256:20d04c6af786e8109c2282a1e7d5c58e4f01b05d5f7e4ed0a659f9cffcebefb1
image: index.docker.io/sourcegraph/redis_exporter:6.7.2720@sha256:20d04c6af786e8109c2282a1e7d5c58e4f01b05d5f7e4ed0a659f9cffcebefb1
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.2720@sha256:b72c43ab86e21db4b4d00eecbbb6c53b14071f606ac2e1a7a94b1cd9bd4e7ec3
image: index.docker.io/sourcegraph/redis-store:6.7.2720@sha256:b72c43ab86e21db4b4d00eecbbb6c53b14071f606ac2e1a7a94b1cd9bd4e7ec3
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.2720@sha256:20d04c6af786e8109c2282a1e7d5c58e4f01b05d5f7e4ed0a659f9cffcebefb1
image: index.docker.io/sourcegraph/redis_exporter:6.7.2720@sha256:20d04c6af786e8109c2282a1e7d5c58e4f01b05d5f7e4ed0a659f9cffcebefb1
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.2720@sha256:7af49fa74b5f4c57bf1a477b9626de2e35246d7d06e893df521e67e94241ae03
image: index.docker.io/sourcegraph/searcher:6.7.2720@sha256:7af49fa74b5f4c57bf1a477b9626de2e35246d7d06e893df521e67e94241ae03
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.2720@sha256:cb842a3d93b8294e1a4340792f13ca3e61e0905773809cf73fdffccdb65b4e05
image: index.docker.io/sourcegraph/syntactic-code-intel-worker:6.7.2720@sha256:cb842a3d93b8294e1a4340792f13ca3e61e0905773809cf73fdffccdb65b4e05
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.2720@sha256:dac7bd8b67149ad238cc652f1783f71d9a2438b8ca22c88e5a227b62d0a6dfee
image: index.docker.io/sourcegraph/syntax-highlighter:6.7.2720@sha256:dac7bd8b67149ad238cc652f1783f71d9a2438b8ca22c88e5a227b62d0a6dfee
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.2720@sha256:f1b3472f569708df15ba85addba288c3251fe3bbe90d2cee7e480d558bc46396
image: index.docker.io/sourcegraph/worker:6.7.2720@sha256:f1b3472f569708df15ba85addba288c3251fe3bbe90d2cee7e480d558bc46396
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.2720@sha256:9927eb37b2708f098cc0ec4c690f9de43a66343c53c0d1c01a1d04ffb06acf5b
image: index.docker.io/sourcegraph/executor:6.7.2720@sha256:9927eb37b2708f098cc0ec4c690f9de43a66343c53c0d1c01a1d04ffb06acf5b
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.2720@sha256:cd77aa5f3c79fcc509dd117dd8bbc686fad641b2928bc2b29a54789c8198b6f8
image: index.docker.io/sourcegraph/dind:6.7.2720@sha256:cd77aa5f3c79fcc509dd117dd8bbc686fad641b2928bc2b29a54789c8198b6f8
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.2720@sha256:34b93ca3cc9e20e226a9814eb8637fce924ff3bb5e4bc3561d463c04460a8d74
image: index.docker.io/sourcegraph/executor-kubernetes:6.7.2720@sha256:34b93ca3cc9e20e226a9814eb8637fce924ff3bb5e4bc3561d463c04460a8d74
imagePullPolicy: Always
livenessProbe:
exec:
Expand Down
Loading