PlatformServiceConfig
Service (Platform) specific configuration.
{
"ingress_fqdn": "string",
"kafka_fqdn": "string",
"ssp_bundle_version": "string",
"ssp_bundle_id": "string",
"password_configuration": {
"admin_password": "string",
"audit_password": "string"
},
"instance_name": "string",
"addon_ids": [
"string"
],
"preserve_addons": false
}
The FQDN of the Security Service Platform.
This FQDN should be associated with the ingress controller's external IP address.
See projectcontour-envoy in the projectcontour namespace.
The FQDN of Kafka running in the Security Service Platform.
This FQDN should be associated with the kafka-external external IP.
See the kafka-external service in the nsxi-platform namespace.
The Security Service Platform bundle version to be deployed.
The Security Service Platform bundle ID to be deployed.
This will be used as the cluster name for the platform. This is not editable after it is set.
The Platform add-ons to attach.
Toggle to retain compatible add-ons across instance upgrade.