mirror of
https://github.com/Telecominfraproject/wlan-cloud-helm.git
synced 2026-03-21 14:39:14 +00:00
* all credentials moved to globals * cassandra fix * centralized certificates, removed unneded entities * minor fixes, local-multi-namespace example fixes * removing unneeded sections in the yaml files * updates to changelog and multiple namespaces examples * fixing last couple of services, removed not needed secrets, centralized httpclientconfig.json and ssl.properties * minor improvements * changelog reformatted * fixing startupprobe and changelog Co-authored-by: Gleb Boushev <4c74356b41@outlook.com>
21 lines
685 B
JSON
21 lines
685 B
JSON
{
|
|
"maxConnectionsTotal": 100,
|
|
"maxConnectionsPerRoute": 10,
|
|
"truststoreType": "JKS",
|
|
"truststoreProvider": "SUN",
|
|
"truststoreFile": "file:/opt/tip-wlan/certs/truststore.jks",
|
|
"truststorePass": "{{ .Values.global.certificatePasswords.sslTruststore }}",
|
|
"keystoreType": "JKS",
|
|
"keystoreProvider": "SUN",
|
|
"keystoreFile": "file:/opt/tip-wlan/certs/client_keystore.jks",
|
|
"keystorePass": "{{ .Values.global.certificatePasswords.sslKeystore }}",
|
|
"keyAlias": "clientkeyalias",
|
|
"credentialsList": [
|
|
{
|
|
"host": "localhost",
|
|
"port": -1,
|
|
"user": "user",
|
|
"password": "password"
|
|
}
|
|
]
|
|
} |