The following properties start and configure the web-based Volt Management Center auxiliary service.
Table B.8. Options Starting with vmc...
Parameter | Description | Default |
---|---|---|
.enabled | Create VoltDB VMC Service | true |
.image.registry | Image registry | docker.io |
.image.repository | Image repository | voltdb/voltdb-vmc |
.image.tag | Image tag | latest |
.image.pullPolicy | Image pull policy | Always |
.service.credSecretName | Name of the premade secret for vmc service | "" |
.service.ssl | SSL configuration settings for vmc service. | { } |
.service.ssl.enabled | Enable SSL for VMC service | false |
.service.ssl.keystore.file | Contents of the keystore file for vmc service | "" |
.service.ssl.keystore.password | Password for the keystore file for vmc service | "" |
.service.ssl.truststore.file | Contents of the trust store file for vmc service | "" |
.service.ssl.truststore.password | Password for the trust store file for vmc service | "" |
.voltdb.port | VoltDB API port, uses 21212 if not specified | 21212 |
.voltdb.adminPort | VoltDB API admin port, uses 21211 if not specified | 21211 |
.voltdb.credSecretName | Name of the premade secret. | "" |
.voltdb.ssl | SSL configuration settings for vmc to volt traffic | { } |
.voltdb.ssl.enabled | Enable SSL for VMC | false |
.voltdb.ssl.keystore.file | Contents of the keystore file | "" |
.voltdb.ssl.keystore.password | Password for the keystore file | "" |
.voltdb.ssl.truststore.file | Contents of the trust store file | "" |
.voltdb.ssl.truststore.password | Password for the trust store file | "" |
.resources | CPU/Memory resource requests/limits | { } |