2022-10-24 06:23:18 -04:00
|
|
|
global:
|
2023-01-11 04:08:57 -05:00
|
|
|
# Port on which the KeyService will listen. Global since join-service also uses the value.
|
2023-01-20 12:51:06 -05:00
|
|
|
keyServicePort: 9000
|
2022-10-24 06:23:18 -04:00
|
|
|
# Path to which secrets/CMs are mounted.
|
|
|
|
serviceBasePath: /var/config
|
|
|
|
# Name of the ConfigMap that holds measurements and other info.
|
|
|
|
joinConfigCMName: join-config
|
|
|
|
# Name of the ConfigMap that holds configs that should not be modified by the user.
|
|
|
|
internalCMName: internal-config
|
2022-10-26 04:37:10 -04:00
|
|
|
|
2022-11-18 04:05:02 -05:00
|
|
|
# GCP specific configuration
|
|
|
|
gcp:
|
|
|
|
deployCSIDriver: false
|
|
|
|
|
|
|
|
# Azure specific configuration
|
|
|
|
azure:
|
|
|
|
deployCSIDriver: false
|
|
|
|
|
2022-10-26 04:37:10 -04:00
|
|
|
# Set one of the tags to true to indicate which CSP you are deploying to.
|
|
|
|
tags:
|
2023-03-17 04:52:23 -04:00
|
|
|
AWS: false
|
2022-10-26 04:37:10 -04:00
|
|
|
Azure: false
|
|
|
|
GCP: false
|
2023-03-17 04:52:23 -04:00
|
|
|
OpenStack: false
|
2022-10-26 04:37:10 -04:00
|
|
|
QEMU: false
|