You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
73 lines
1.7 KiB
YAML
73 lines
1.7 KiB
YAML
sharedService:
|
|
keycloak:
|
|
host:
|
|
ip: 10.0.0.11
|
|
name: dev-keycloak-01.smardigo.digital
|
|
postgres:
|
|
host:
|
|
ip: 10.0.0.19
|
|
name: dev-postgres-01
|
|
maria:
|
|
host:
|
|
ip: 10.0.0.16
|
|
name: dev-maria-01
|
|
elastic:
|
|
host01:
|
|
ip: 10.0.0.5
|
|
name: dev-elastic-stack-elastic-01
|
|
host02:
|
|
ip: 10.0.0.6
|
|
name: dev-elastic-stack-elastic-02
|
|
host03:
|
|
ip: 10.0.0.7
|
|
name: dev-elastic-stack-elastic-03
|
|
|
|
iam:
|
|
image:
|
|
version: latest
|
|
keycloak:
|
|
username: keycloak-admin
|
|
password: keycloak-admin
|
|
|
|
connect:
|
|
image:
|
|
version: latest
|
|
name: smardigo/connect-whitelabel-app
|
|
admin:
|
|
username: connect-admin
|
|
password: connect-admin
|
|
datasource:
|
|
host: dev-postgres-01
|
|
port: 5432
|
|
username: dev_mobene_nsodev_connect
|
|
password: connect-postgres-admin
|
|
database: dev_mobene_nsodev_connect
|
|
elastic:
|
|
host: dev-postgres-01
|
|
port: 5432
|
|
username: elastic
|
|
password: elastic
|
|
oidc:
|
|
realm: nso
|
|
client_id: nsodev
|
|
client_secret: nsodev
|
|
registration_id: nsodev
|
|
issuer_host: dev-keycloak-01.smardigo.digital
|
|
mail:
|
|
host: dev-mail-01.smardigo.digital
|
|
post: 25
|
|
username:
|
|
password:
|
|
properties:
|
|
simulation: true
|
|
base_url: "https://dev-teanant-cluster-connect.smardigo.digital"
|
|
base_url_extern: "https://dev-teanant-cluster.smardigo.digital"
|
|
sender: "noreply-connect@netgo.de"
|
|
sender_alias: "noreply-connect"
|
|
|
|
harbor:
|
|
host:
|
|
name: dev-harbor-01.smardigo.digital
|
|
# The name of the secret containing the credentials to access the docker registry to download the smardigo image.
|
|
pull_secret: harbor-pull-secret-key
|