Skip to content

Commit

Permalink
Merge pull request #1575 from sinonkt/update_prod_config_and_values
Browse files Browse the repository at this point in the history
Update config.py and values to reflect current production.
  • Loading branch information
arooshap authored Jan 27, 2025
2 parents 1338a03 + ff91048 commit 66927fb
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
2 changes: 2 additions & 0 deletions helm/crabserver/config/prod/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,3 +45,5 @@
data.loggingFile = '%s/logs/crabserver/CRAB-%s.log' % (__file__.rsplit('/', 4)[0], myhost)
data.keptLogDays = 7
data.mode = "cmsweb-prod"

data.delegateDN = "/DC=ch/DC=cern/OU=computers/CN=crab-(preprod|prod)-tw(01|02).cern.ch|/DC=ch/DC=cern/OU=computers/CN=crab-dev-tw(01|02|03|04).cern.ch|/DC=ch/DC=cern/OU=Organic Units/OU=Users/CN=cmscrab/CN=(817881|373708)/CN=Robot: cms crab|/DC=ch/DC=cern/OU=Organic Units/OU=Users/CN=crabint1/CN=373708/CN=Robot: CMS CRAB Integration 1"
2 changes: 1 addition & 1 deletion helm/crabserver/deploy.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#! /bin/bash
#! /usr/bin/env bash
set -euo pipefail

ENVNAME=$1
Expand Down
8 changes: 7 additions & 1 deletion helm/crabserver/values-prod.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
environment: "prod"

image:
tag: "v3.240904-stable"
tag: "v3.241211-stable"

canary:
enabled: true
replicaCount: 1
image:
tag: "v3.241211-stable"

0 comments on commit 66927fb

Please sign in to comment.