new configuration version
This commit is contained in:
parent
e00f237943
commit
df59803de0
|
@ -46,9 +46,12 @@ spec:
|
||||||
podDisruptionBudget:
|
podDisruptionBudget:
|
||||||
maxUnavailable: "50%"
|
maxUnavailable: "50%"
|
||||||
git:
|
git:
|
||||||
tag: "r-77573d3e5e2cb681902d14be670c30fa4846cda4"
|
tag: "r-62ba771c7d6f685abc4f0f645fa618b05f78774f"
|
||||||
dir: "DEFAULT-ADN-AGOV-WORK-OB-PROJECT/DEFAULT-DEFAULT-ADN-AGOV-OB-INV/ob-fido-uaf"
|
dir: "DEFAULT-ADN-AGOV-WORK-OB-PROJECT/DEFAULT-DEFAULT-ADN-AGOV-OB-INV/ob-fido-uaf"
|
||||||
credentials: "git-credentials"
|
credentials: "git-credentials"
|
||||||
|
database:
|
||||||
|
name: "ob-fido-uaf"
|
||||||
|
requiredVersion: "8.2405.0"
|
||||||
keystores:
|
keystores:
|
||||||
- "ob-fido-uaf-default-server-identity"
|
- "ob-fido-uaf-default-server-identity"
|
||||||
truststores:
|
truststores:
|
||||||
|
|
|
@ -0,0 +1,26 @@
|
||||||
|
apiVersion: "operator.nevis-security.ch/v1"
|
||||||
|
kind: "NevisDatabase"
|
||||||
|
metadata:
|
||||||
|
name: "ob-fido-uaf"
|
||||||
|
namespace: "adn-agov-nevisidm-ob-01-uat"
|
||||||
|
labels:
|
||||||
|
deploymentTarget: "ob-fido-uaf"
|
||||||
|
annotations:
|
||||||
|
projectKey: "DEFAULT-ADN-AGOV-WORK-OB-PROJECT"
|
||||||
|
patternId: "e891ec2f4f924135261d22ce"
|
||||||
|
spec:
|
||||||
|
type: "NevisFIDO"
|
||||||
|
databaseType: "MariaDB"
|
||||||
|
version: "8.2405.0"
|
||||||
|
url: "mariadb-session-store-service.adn-agov-nevisidm-ob-01-uat"
|
||||||
|
port: 3306
|
||||||
|
database: "nevisfido_uaf"
|
||||||
|
bootstrap: true
|
||||||
|
migrate: true
|
||||||
|
rootCredentials:
|
||||||
|
name: "root-mariadb-session-store"
|
||||||
|
namespace: "adn-agov-nevisidm-ob-01-uat"
|
||||||
|
podSecurity:
|
||||||
|
policy: "baseline"
|
||||||
|
automountServiceAccountToken: false
|
||||||
|
timeZone: "Europe/Zurich"
|
|
@ -31,11 +31,11 @@ credential-repository:
|
||||||
user-attribute: extId
|
user-attribute: extId
|
||||||
|
|
||||||
session-repository:
|
session-repository:
|
||||||
type: in-memory
|
type: sql
|
||||||
jdbc-url:
|
jdbc-url: jdbc:mariadb://mariadb-session-store-service.adn-agov-nevisidm-ob-01-uat:3306/nevisfido_uaf?sslMode=disable&autocommit=true
|
||||||
max-connection-lifetime:
|
max-connection-lifetime: 10m
|
||||||
user:
|
user: ${exec:/var/opt/nevisfido/default/conf/credentials/dbUser}
|
||||||
password:
|
password: ${exec:/var/opt/nevisfido/default/conf/credentials/dbPassword}
|
||||||
schema-user:
|
schema-user:
|
||||||
schema-user-password:
|
schema-user-password:
|
||||||
automatic-db-schema-setup: false
|
automatic-db-schema-setup: false
|
||||||
|
|
Loading…
Reference in New Issue