|
8 | 8 | +-- config |
9 | 9 | | +-- grafana |
10 | 10 | | | +-- dashboards |
11 | | -| | | +-- dashboard.yml # a configuration file for grafana |
12 | | -| | | +-- main_dashboard.json # an example dashboard to display metrics data |
| 11 | +| | | +-- cluster |
| 12 | +| | | | +-- dashboard.yml # a configuration file for grafana |
| 13 | +| | | | +-- main_dashboard.json # an example dashboard to display metrics data |
| 14 | +| | | +-- service |
| 15 | +| | | | +-- dashboard.yml # a configuration file for grafana |
| 16 | +| | | | +-- main_dashboard.json # an example dashboard to display metrics data |
13 | 17 | | | +-- datasources |
14 | | -| | +-- datasource.yml # an example datasource's configuration to request the data from |
| 18 | +| | +-- datasource.yml # an example datasource's configuration to request the data from |
15 | 19 | | +-- keycloak |
16 | 20 | | | +-- import |
17 | | -| | +-- tolerant-realm.json # an example keycloak configuration for TOLERANT |
| 21 | +| | +-- tolerant-realm.json # an example keycloak configuration for TOLERANT |
18 | 22 | | +-- kubernetes |
19 | | -| | +-- match-cluster.yml # an example kubernetes setup for match a cluster |
20 | | -| | +-- match-cluster-config.yml # example configurations for the kubernetes match cluster example |
21 | | -| | +-- match-env.yml # environment variables for the kubernetes match cluster example |
22 | | -| | +-- match-cxpose.yml # an example proxy configuration for the kubernetes match cluster example |
| 23 | +| | +-- match-cluster.yml # an example kubernetes setup for match a cluster |
| 24 | +| | +-- match-cluster-config.yml # example configurations for the kubernetes match cluster example |
| 25 | +| | +-- match-env.yml # environment variables for the kubernetes match cluster example |
| 26 | +| | +-- match-cxpose.yml # an example proxy configuration for the kubernetes match cluster example |
23 | 27 | | +-- nginx |
24 | 28 | | | +-- ssl |
25 | | -| | | +-- certs # a folder to store the self-assigned certificate for the nginx |
26 | | -| | | +-- private # a folder to store the private key for the nginx |
27 | | -| | +-- default.conf.template # an example of nginx configuration for forwarding request to TOLERANT Match |
28 | | -| | +-- default.no.gui.conf.template # an example of nginx configuration without gui for forwarding request to TOLERANT Match |
29 | | -| | +-- httppaswd # an example password file in case of basic auth |
| 29 | +| | | +-- certs # a folder to store the self-assigned certificate for the nginx |
| 30 | +| | | +-- private # a folder to store the private key for the nginx |
| 31 | +| | +-- default.conf.template # an example of nginx configuration for forwarding request to TOLERANT Match |
| 32 | +| | +-- default.no.gui.conf.template # an example of nginx configuration without gui for forwarding request to TOLERANT Match |
| 33 | +| | +-- default_cluster.conf.template # an example of nginx configuration for forwarding request to the TOLERANT Match cluster example |
| 34 | +| | +-- httppaswd # an example password file in case of basic auth |
30 | 35 | | | +-- locations |
31 | | -| | | +-- keycloak.loc.template # an example of nginx location configuration for forwarding request to the Keycloak example |
32 | | -| | +-- ssl.conf.template # an example of nginx configuration for forwarding https request to TOLERANT Match |
33 | | -| | +-- ssl.no.gui.conf.template # an example of nginx configuration without gui for forwarding https request to TOLERANT Match |
| 36 | +| | | +-- keycloak.loc.template # an example of nginx location configuration for forwarding request to the Keycloak example |
| 37 | +| | +-- ssl.conf.template # an example of nginx configuration for forwarding https request to TOLERANT Match |
| 38 | +| | +-- ssl.no.gui.conf.template # an example of nginx configuration without gui for forwarding https request to TOLERANT Match |
34 | 39 | | +-- node1 |
35 | | -| | +-- matchserviceconfig.xml # an example configuration for cluster node 1 |
| 40 | +| | +-- matchserviceconfig.xml # an example configuration for cluster node 1 |
36 | 41 | | +-- node2 |
37 | | -| | +-- matchserviceconfig.xml # an example configuration for cluster node 2 |
| 42 | +| | +-- matchserviceconfig.xml # an example configuration for cluster node 2 |
38 | 43 | | +-- openssl |
39 | | -| | +-- docker-entrypoint.sh # an entrypoint for the openssl image to create ssl certificates |
40 | | -| | +-- Dockerfile # a dockerfile to build the openssl image on startup |
| 44 | +| | +-- docker-entrypoint.sh # an entrypoint for the openssl image to create ssl certificates |
| 45 | +| | +-- Dockerfile # a dockerfile to build the openssl image on startup |
41 | 46 | | +-- prometheus |
42 | | -| +-- prometheus.yml # a prometheus configuration for collecting metrics data |
43 | | -+-- .env # a file containing variables for the compose files |
44 | | -+-- compose.yml # an example configuration for docker compose |
45 | | -+-- compose-batch.yml # an example configuration for a batch process in docker compose |
46 | | -+-- compose-secure.yml # an example configuration for docker compose with keycloak and https |
| 47 | +| +-- prometheus.yml # a prometheus configuration for collecting metrics data |
| 48 | +| +-- prometheus-cluster.yml # a prometheus configuration for collecting metrics data for match the cluster example |
| 49 | ++-- .env # a file containing variables for the compose files |
| 50 | ++-- compose.yml # an example configuration for docker compose |
| 51 | ++-- compose-batch.yml # an example configuration for a batch process in docker compose |
| 52 | ++-- compose-secure.yml # an example configuration for docker compose with keycloak and https |
47 | 53 | +-- README.md |
48 | 54 | ``` |
49 | 55 |
|
|
0 commit comments