(Optional) Overriding default ports
The MariaDB or MySQL database server uses port 3306 by default and the Postgres database (for embedded reporting) uses port 5432 by default. Use the following sample configurations to override the default ports.
Sample configuration for MariaDB with IP address used for the database server with custom port (non-3306)
global:
repository: icr.io/cpopen/turbonomic
tag: 8.14.3
externalIP: 10.10.10.10
externalDbIP: 10.10.10.11
externalDbPort: 3307
Sample configuration for MariaDB with a fully qualified domain name used for the database server with custom port (non-3306)
global:
repository: icr.io/cpopen/turbonomic
tag: 8.14.3
externalIP: 10.10.10.10
externalDBName: MyDatabaseServer.com
externalDbPort: 3307
Sample configuration for Postgres database (for embedded reporting) with custom port (non-5432)
global:
repository: icr.io/cpopen/turbonomic
tag: 8.14.3
externalDbIP: 10.10.10.30
externalTimescaleDBIP: 10.10.10.31
externalTimescaleDBPort: 5434