new configuration version
This commit is contained in:
parent
c898c20165
commit
56c41234f6
|
@ -1,26 +0,0 @@
|
|||
apiVersion: "operator.nevis-security.ch/v1"
|
||||
kind: "NevisDatabase"
|
||||
metadata:
|
||||
name: "npi"
|
||||
namespace: "adn-postit-tknxchng-01-dev"
|
||||
labels:
|
||||
deploymentTarget: "npi"
|
||||
annotations:
|
||||
projectKey: "DEFAULT-ADN-POST-IAM-TKNXCHNG-PROJECT"
|
||||
patternId: "699f0a21dd0e852f28d27e9d"
|
||||
spec:
|
||||
type: "NevisProxy"
|
||||
databaseType: "MariaDB"
|
||||
version: "8.2405.0"
|
||||
url: "mariadb-agov-uat.mariadb.database.azure.com"
|
||||
port: 3306
|
||||
database: "idp_replicated_session_store"
|
||||
bootstrap: true
|
||||
migrate: true
|
||||
rootCredentials:
|
||||
name: "root-adn-agov-nevisidm-admin-01-uat-idm"
|
||||
namespace: "adn-agov-nevisidm-admin-01-uat"
|
||||
podSecurity:
|
||||
policy: "baseline"
|
||||
automountServiceAccountToken: false
|
||||
timeZone: "Europe/Zurich"
|
|
@ -46,12 +46,9 @@ spec:
|
|||
podDisruptionBudget:
|
||||
maxUnavailable: "50%"
|
||||
git:
|
||||
tag: "r-27eef320e045811c799f72fb54cdf1c58a7cbcdb"
|
||||
tag: "r-40073193a13a24d627f024cfd3f98904980f1598"
|
||||
dir: "DEFAULT-ADN-POST-IAM-TKNXCHNG-PROJECT/DEFAULT-ADN-POST-IAM-TKNXCHNG-INV/npi"
|
||||
credentials: "git-credentials"
|
||||
database:
|
||||
name: "npi"
|
||||
requiredVersion: "8.2405.0"
|
||||
keystores:
|
||||
- "npi-3b41ca4ca1c4028117d16f5b"
|
||||
- "npi-23dc4a9fcc79a12d82662747"
|
||||
|
|
|
@ -384,7 +384,7 @@
|
|||
<!-- source: pattern://699f0a21dd0e852f28d27e9d -->
|
||||
<init-param>
|
||||
<param-name>DisableDatabaseSchemaCheck</param-name>
|
||||
<param-value>false</param-value>
|
||||
<param-value>true</param-value>
|
||||
</init-param>
|
||||
<!-- source: pattern://699f0a21dd0e852f28d27e9d -->
|
||||
<init-param>
|
||||
|
@ -392,6 +392,11 @@
|
|||
<param-value>key_id_map</param-value>
|
||||
</init-param>
|
||||
<!-- source: pattern://699f0a21dd0e852f28d27e9d -->
|
||||
<init-param>
|
||||
<param-name>MaxAttributeSize</param-name>
|
||||
<param-value>60000</param-value>
|
||||
</init-param>
|
||||
<!-- source: pattern://699f0a21dd0e852f28d27e9d -->
|
||||
<init-param>
|
||||
<param-name>MaxLimitOnDelete</param-name>
|
||||
<param-value>100</param-value>
|
||||
|
@ -399,7 +404,7 @@
|
|||
<!-- source: pattern://699f0a21dd0e852f28d27e9d -->
|
||||
<init-param>
|
||||
<param-name>Password</param-name>
|
||||
<param-value>${exec:/var/opt/nevisproxy/default/conf/credentials/dbPassword}</param-value>
|
||||
<param-value>secret://8a9eac60eb3fca0470bb380e</param-value>
|
||||
</init-param>
|
||||
<!-- source: pattern://699f0a21dd0e852f28d27e9d -->
|
||||
<init-param>
|
||||
|
@ -409,7 +414,7 @@
|
|||
<!-- source: pattern://699f0a21dd0e852f28d27e9d -->
|
||||
<init-param>
|
||||
<param-name>UserName</param-name>
|
||||
<param-value>${exec:/var/opt/nevisproxy/default/conf/credentials/dbUser}</param-value>
|
||||
<param-value>adndbadmin</param-value>
|
||||
</init-param>
|
||||
</servlet>
|
||||
<!-- source: pattern://7dc20659babc66c4401ce0dd -->
|
||||
|
|
Loading…
Reference in New Issue