Skip to content
Snippets Groups Projects

Prepare deposit template & deploy to staging for a first round

Merged Antoine R. Dumont requested to merge staging-prepare-deposit-template into staging
3 files
+ 88
0
Compare changes
  • Side-by-side
  • Inline
Files
3
@@ -7,6 +7,10 @@ clusterNetworkRanges:
- 10.42.0.0/16
- 10.43.0.0/16
keycloakConfiguration:
server_url: https://auth.softwareheritage.org/auth/
realm_name: SoftwareHeritageStaging
stagingNetworkRanges:
# staging ip
- 10.42.0.0/16
@@ -85,12 +89,29 @@ postgresqlWebConfiguration:
secretKeyRef: swh-postgresql-web-secrets
secretKeyName: postgres-swh-web-password
postgresqlDepositConfiguration:
host: db1.internal.staging.swh.network
port: 5432
db: swh-deposit
user: swh-deposit
pass: ${POSTGRESQL_PASSWORD}
secrets:
POSTGRESQL_PASSWORD:
secretKeyRef: swh-postgresql-deposit-secrets
secretKeyName: postgres-swh-deposit-password
djangoWebConfiguration:
secrets:
DJANGO_SECRET_KEY:
secretKeyRef: swh-webapp-django-secret
secretKeyName: webapp-django-secret-key
djangoDepositConfiguration:
secrets:
DJANGO_SECRET_KEY:
secretKeyRef: swh-deposit-django-secret
secretKeyName: deposit-django-secret-key
remoteSearchConfiguration:
cls: remote
url: http://search-rpc-ingress
Loading