mirror of
https://github.com/Telecominfraproject/wlan-cloud-helm.git
synced 2025-10-29 17:52:40 +00:00
* thirdparties replaced with latest bitnami charts * migration values example for persistence, dev-local example for thirdparties * removing hardcoded passwords * changing storage classes to mimic what minikube has * fixing missing folder * fixing PR comments, fixing testing build * forgot to fix the namespace in the testing build * fixing path issues * fixing another path issue * fixing build issues * improving namespace support * fixing cleanup task * fixing yaml files * further yaml formatting * Update README.md * Update testing.yml Co-authored-by: Gleb Boushev <4c74356b41@outlook.com> Co-authored-by: Leonid Mirsky <leonid@opsfleet.com>
21 lines
597 B
JSON
21 lines
597 B
JSON
{
|
|
"maxConnectionsTotal": 100,
|
|
"maxConnectionsPerRoute": 10,
|
|
"truststoreType": "JKS",
|
|
"truststoreProvider": "SUN",
|
|
"truststoreFile": "file:/opt/tip-wlan/certs/truststore.jks",
|
|
"truststorePass": "mypassword",
|
|
"keystoreType": "JKS",
|
|
"keystoreProvider": "SUN",
|
|
"keystoreFile": "file:/opt/tip-wlan/certs/client_keystore.jks",
|
|
"keystorePass": "mypassword",
|
|
"keyAlias": "clientkeyalias",
|
|
"credentialsList": [
|
|
{
|
|
"host": "localhost",
|
|
"port": -1,
|
|
"user": "user",
|
|
"password": "password"
|
|
}
|
|
]
|
|
} |