Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
H
Helm charts for swh packages
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Platform
Infrastructure
CI CD
Helm charts for swh packages
Commits
dc38e53f
Verified
Commit
dc38e53f
authored
6 months ago
by
Vincent Sellier
Browse files
Options
Downloads
Patches
Plain Diff
swh/staging: Activate sync mailmaps to masking proxy jobs
Related to
swh/infra/sysadm-environment#5391
parent
9317fb90
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
swh/values/staging/default.yaml
+12
-0
12 additions, 0 deletions
swh/values/staging/default.yaml
swh/values/staging/swh-cassandra.yaml
+11
-0
11 additions, 0 deletions
swh/values/staging/swh-cassandra.yaml
with
23 additions
and
0 deletions
swh/values/staging/default.yaml
+
12
−
0
View file @
dc38e53f
...
...
@@ -185,6 +185,18 @@ postgresqlSyncmailmapsConfiguration:
secretKeyRef
:
swh-postgresql-syncmailmap-secret
secretKeyName
:
postgres-syncmailmap-password
postgresqlSyncMaskinProxyMailmapsConfiguration
:
cls
:
postgresql
host
:
db1.internal.staging.swh.network
port
:
'
5432'
db
:
swh-masking
user
:
swhmailmap
pass
:
${PGPASSWORD}
secrets
:
PGPASSWORD
:
secretKeyRef
:
swh-postgresql-syncmailmap-secret
secretKeyName
:
postgres-syncmailmap-password
maskingAdminPostgresqlConfiguration
:
cls
:
postgresql
host
:
db1.internal.staging.swh.network
...
...
This diff is collapsed.
Click to expand it.
swh/values/staging/swh-cassandra.yaml
+
11
−
0
View file @
dc38e53f
...
...
@@ -733,6 +733,17 @@ web:
priorityClassName
:
frontend-rpc-workload
configurationRef
:
postgresqlSyncmailmapsConfiguration
pgService
:
true
syncMaskingMailmaps
:
enabled
:
true
command
:
-
"
sync_masking_mailmaps"
-
"
--perform"
-
"
service=syncmaskingmailmaps"
cron
:
"
0
*/1
*
*
*"
concurrencyPolicy
:
Forbid
configurationRef
:
postgresqlSyncMaskinProxyMailmapsConfiguration
pgService
:
true
priorityClassName
:
frontend-rpc-workload
ingress
:
enabled
:
true
secretName
:
swh-web-crt
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment