pullPolicy: IfNotPresent
rbac_enabled: true
schema:
imageTag: 1911.2.1-20200921163238171
api:
replicas: 1
imageTag: 1911.2.1-20200921163238171
resources:
limits:
memory: "2048Mi"
requests:
memory: "1024Mi"
javaOpts: ""
logLevel: "INFO"
rootLogLevel: "INFO"
config:
#max amount of seconds before a new subscription gets 'active'
subscription.cacheTime: 30
dm.server.url: "http://cdp:8080"
spring.datasource.maximumPoolSize: 30
spring.datasource.minimumIdle: 30
spring.datasource.maxLifetime: 20000
spring.datasource.connectionTimeout: 30000
spring.datasource.idleTimeout: 300000
IMPACT_RABBITMQ_INBOUND_CONSUMERS_THREADS: 20
IMPACT_LIFECYCLE_CORE_POOL_SIZE: 20
IMPACT_LIFECYCLE_MAX_POOL_SIZE: 100
IMPACT_LIFECYCLE_QUEUE_CAPACITY: 50
IMPACT_RABBITMQ_INBOUND_CONSUMERS_THREADS_PREFETCH_COUNT: 300
LORA_EVERYNET_CALL_BACK_URL: "loracallbackurl"
enterpriseBilling: false
jprofiler:
agentUrl: null
agentserver:
replicas: 1
imageTag: 1911.2.1-20200921163238171
javaOpts: ""
logLevel: "INFO"
rootLogLevel: "INFO"
resources:
limits:
memory: "2048Mi"
requests:
memory: "1024Mi"
notify:
#Comma separated list of seconds to wait before retrying. First retry uses first period etc. If the list of periods is smaller than the amount of retries, the last period is used
retryPeriodsSeconds: 5,15,60
maxRetries: 5
#Amount of milliseconds to batch incoming events before pushing them as one batch to notification backend
maxBatchDurationMillis: 1000
#Maximum amount of incoming events before pushing them as one batch to notification backend.
maxBatchSize: 300
#external: when true, external notifications are pushed to impact.externalnotifier exchange
external: false
config:
rabbitmqNodes: rabbit@rabbitmq-0
requestSuccessStatus: SUCCESS
requestFailStatus: FAILED
dm:
serverUrl: http://cdp:8080
cert:
# Agentserver truststore path location
agentServerTrustStoreFile: ""
agentServerTrustPassword: ""
enterpriseBilling: false
#impact license string
license: ""
global:
registry: cdp-docker-candidates.repo.lab.pl.alcatel-lucent.com
# broker properties
broker:
hosts: "rabbitmq:5672"
username: "impact"
password: "impact123"
virtualHost: "/"
database:
# when type is mysql port is ignored and port should be suffixed in host like
# 10.12.12.1:3306
type: "mysql"
host: "mariadb"
name: "impactmdb"
port: "1521"
username: "impact"
password: "impact123"
adminUsername: "root"
adminPassword: ""
schema:
ORACLE_DB_EDITION: ENTERPRISE
ORACLE_STORAGE_TYPE: FS
ORACLE_USER_SIZE: 100M
ORACLE_INDX_SIZE: 100M
ORACLE_DATAFILE_LOCATION: dbf
service:
## nodePort to use. If empty, clusterIp service is created instead
nodePort: null
ingress:
## optional hostname to which the ingress will listen
host: null