Page Menu
Home
Software Heritage
Search
Configure Global Search
Log In
Paste
P1494
CVS loader container
Active
Public
Actions
Authored by
vsellier
on Oct 12 2022, 11:38 AM.
Edit Paste
Archive Paste
View Raw File
Subscribe
Mute Notifications
Award Token
Flag For Later
Tags
None
Subscribers
None
```
apiVersion
:
v1
kind
:
Pod
metadata
:
name
:
loader-cvs-manual
namespace
:
swh
spec
:
affinity
:
nodeAffinity
:
requiredDuringSchedulingIgnoredDuringExecution
:
nodeSelectorTerms
:
-
matchExpressions
:
-
key
:
swh/loader
operator
:
In
values
:
-
"true"
containers
:
-
command
:
-
sleep
-
30d
env
:
-
name
:
STATSD_HOST
value
:
prometheus-statsd-exporter
-
name
:
STATSD_PORT
value
:
"9125"
-
name
:
MAX_TASKS_PER_CHILD
value
:
"10"
-
name
:
LOGLEVEL
value
:
INFO
-
name
:
SWH_CONFIG_FILENAME
value
:
/etc/swh/config.yml
-
name
:
SWH_SENTRY_ENVIRONMENT
value
:
staging
-
name
:
SWH_MAIN_PACKAGE
value
:
swh.loader.cvs
-
name
:
SWH_SENTRY_DSN
valueFrom
:
secretKeyRef
:
key
:
loader-cvs-sentry-dsn
name
:
common-secrets
optional
:
false
image
:
softwareheritage/loader_cvs:20220926.1
imagePullPolicy
:
Always
lifecycle
:
preStop
:
exec
:
command
:
-
/pre-stop.sh
name
:
loaders
volumeMounts
:
-
mountPath
:
/etc/swh
name
:
configuration
-
mountPath
:
/tmp
name
:
localstorage
initContainers
:
-
command
:
-
/entrypoint.sh
env
:
-
name
:
AMQP_USERNAME
valueFrom
:
secretKeyRef
:
key
:
rabbitmq-amqp-username
name
:
common-secrets
optional
:
false
-
name
:
AMQP_PASSWORD
valueFrom
:
secretKeyRef
:
key
:
rabbitmq-amqp-password
name
:
common-secrets
optional
:
false
image
:
debian:bullseye
imagePullPolicy
:
Always
name
:
prepare-configuration
volumeMounts
:
-
mountPath
:
/entrypoint.sh
name
:
configuration-template
readOnly
:
true
subPath
:
init-container-entrypoint.sh
-
mountPath
:
/etc/swh
name
:
configuration
-
mountPath
:
/etc/swh/configuration-template
name
:
configuration-template
-
mountPath
:
/etc/credentials/metadata-fetcher
name
:
metadata-fetcher-credentials
readOnly
:
true
restartPolicy
:
Always
volumes
:
-
emptyDir
:
{}
name
:
localstorage
-
emptyDir
:
{}
name
:
configuration
-
configMap
:
defaultMode
:
511
items
:
-
key
:
config.yml.template
path
:
config.yml.template
-
key
:
init-container-entrypoint.sh
path
:
init-container-entrypoint.sh
name
:
loader-cvs-template
name
:
configuration-template
-
name
:
metadata-fetcher-credentials
secret
:
defaultMode
:
420
optional
:
true
secretName
:
metadata-fetcher-credentials
```
Event Timeline
vsellier
created this paste.
Oct 12 2022, 11:38 AM
2022-10-12 11:38:10 (UTC+2)
vsellier
mentioned this in
T4625: staging: ingest netbsd.org cvs forge
.
Oct 12 2022, 11:43 AM
2022-10-12 11:43:40 (UTC+2)
vsellier
mentioned this in
T4626: staging: ingest openbsd.org cvs forge
.
Log In to Comment