-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
7ec3023
commit 1da96a7
Showing
3 changed files
with
12 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,7 @@ | ||
image: | ||
tag: release-1.31.6.cms3 | ||
|
||
# FIXME: Maybe not the best place for this but everything may need it | ||
tag: release-32.3.1.cms1 | ||
|
||
# Sometimes we need to explicitly note the database schema name | ||
config: | ||
database: | ||
schema: "CMS_RUCIO_INT" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,3 +2,6 @@ replicaCount: 1 | |
ingress: | ||
hosts: | ||
- cms-rucio-auth-int.cern.ch | ||
|
||
httpd_config: | ||
grid_site_enabled: "True" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
apiVersion: kustomize.config.k8s.io/v1beta1 | ||
kind: Kustomization | ||
resources: | ||
- flux-system | ||
# - ../integration/infrastructure.yaml | ||
# - ../integration/apps.yaml | ||
# Uncomment above two lines for a second integration cluster. |