Space Helm Chart Reference

This reference provides detailed documentation on the Upbound Space Helm chart. This Helm chart contains configuration values for installation, configuration, and management of an Upbound Space deployment.

KeyTypeDefaultDescription
accountstring"notdemo"The Upbound organization this installation is associated with.
api.extraVolumeslist[]None
api.prometheus.podMonitor.enabledboolfalseNone
api.prometheus.podMonitor.intervalstring"30s"None
api.proxy.extraArgslist[]None
api.proxy.extraEnvlist[]None
api.proxy.extraVolumeMountslist[]None
api.proxy.image.pullPolicystring"IfNotPresent"None
api.proxy.image.repositorystring"hyperspace"None
api.proxy.image.tagstring""None
api.proxy.resources.limits.cpustring"1000m"None
api.proxy.resources.limits.memorystring"200Mi"None
api.proxy.resources.requests.cpustring"100m"None
api.proxy.resources.requests.memorystring"50Mi"None
api.proxy.service.api.portint8443None
api.proxy.service.metrics.portint8085None
api.secretRefs.tlsSecretNamestring"mxp-hostcluster-certs"None
api.secretRefs.tokenSigningstring"cert-token-signing-gateway"None
api.serviceAccount.annotationsobject{}None
api.serviceAccount.createbooltrueNone
api.serviceAccount.namestring"mxe-api"None
apollo.apiserver.extraArgslist[]None
apollo.apiserver.extraEnvlist[]None
apollo.apiserver.image.pullPolicystring"IfNotPresent"None
apollo.apiserver.image.repositorystring"hyperspace"None
apollo.apiserver.image.tagstring""None
apollo.apiserver.resources.limits.cpustring"1000m"None
apollo.apiserver.resources.limits.memorystring"500Mi"None
apollo.apiserver.resources.requests.cpustring"100m"None
apollo.apiserver.resources.requests.memorystring"200Mi"None
apollo.apiserver.service.api.portint8443
apollo.apiserver.service.metrics.portint8085None
apollo.apiserver.service.typestring"ClusterIP"None
apollo.prometheus.podMonitor.enabledboolfalseNone
apollo.prometheus.podMonitor.intervalstring"30s"None
apollo.secretRefs.tlsClientSecretNamestring"mxe-apollo-client-certs"None
apollo.secretRefs.tlsSecretNamestring"mxp-hostcluster-certs"None
apollo.secretRefs.tokenSigningstring"cert-token-signing-gateway"None
apollo.serviceAccount.annotationsobject{}None
apollo.serviceAccount.createbooltrueNone
apollo.serviceAccount.namestring"mxe-apollo"None
authentication.hubIdentitiesbooltrueThis enables respecting built in Kubernetes identities (clientcertificate, managed kubernetes OIDC, Kubernetes Groups, etc) specified within the Connected Space’s hub.
authentication.structuredConfigstring"name-of-configmap"Enables consumption of JWT Authenticators via Authentication Configuration per https://kubernetes.io/docs/reference/access-authn-authz/authentication/#using-authentication-configuration
The below property takes the name of a configmap that contains a structured authentication configuration.
authorization.hubRBACbooltrueThis enables respecting built in Kubernetes Roles and RoleBindings for the resources included in the Space’s installation.
billing.enabledboolfalseNone
billing.storage.aws.bucketstring""See billing.storage.secretRef for authentication.
Required if billing.storage.provider=aws.
billing.storage.aws.endpointstring""None
billing.storage.aws.regionstring""Required if billing.storage.provider=aws.
billing.storage.aws.tls.“ca.crt”boolfalseSee billing.storage.secretRef.
Set to true if the corresponding key is defined in the secret referenced by billing.storage.secretRef.name.
billing.storage.aws.tls.“tls.crt”boolfalseNone
billing.storage.aws.tls.“tls.key”boolfalseNone
billing.storage.aws.tls.alpnProtocolslist[]None
billing.storage.aws.tls.verifyCertificatebooltrueNone
billing.storage.aws.tls.verifyHostnamebooltrueNone
billing.storage.azure.connectionStringstring""None
billing.storage.azure.containerstring""See billing.storage.secretRef for authentication.
Required if billing.storage.provider=azure.
billing.storage.azure.endpointstring""None
billing.storage.azure.storageAccountstring""None
billing.storage.gcp.bucketstring""Required if billing.storage.provider=gcp.
billing.storage.gcp.tls.“ca.crt”boolfalseSee billing.storage.secretRef.
Set to true if the corresponding key is defined in the secret referenced by billing.storage.secretRef.name.
billing.storage.gcp.tls.“tls.crt”boolfalseNone
billing.storage.gcp.tls.“tls.key”boolfalseNone
billing.storage.gcp.tls.alpnProtocolslist[]None
billing.storage.gcp.tls.verifyCertificatebooltrueNone
billing.storage.gcp.tls.verifyHostnamebooltrueNone
billing.storage.providerstring""Required if billing.enabled=true. Must be one of aws, gcp, azure
billing.storage.secretRef.namestring"billing-storage"Required if billing.enabled=true. The secret may contain any of these keys for configuring authentication:
AWS_ACCESS_KEY_ID: AWS access key ID. Used when provider is aws.
AWS_SECRET_ACCESS_KEY: AWS secret access key. Used when provider is aws.
AZURE_TENANT_ID: Azure tenant ID. Used when provider is azure.
AZURE_CLIENT_ID: Azure client ID. Used when provider is azure.
AZURE_CLIENT_SECRET: Azure client secret. Used when provider is azure.
AZURE_USERNAME: Azure username. Used when provider is azure.
AZURE_PASSWORD: Azure username. Used when provider is azure.
google_application_credentials: GCP service account key JSON. Used when provider is gcp.
The secret may also contain any of the following keys for configuring TLS. The corresponding value at billing.storage..tls. must also be set to true.
“ca.crt”: Custom CA certificate. Used when provider is aws or gcp.
“tls.crt”: Custom TLS certificate. Used when provider is aws or gcp.
“tls.key”: Custom TLS key. Used when provider is aws or gcp.
certificates.clusterResourceNamespacestring"cert-manager"Specifies the cluster resource namespace for the cert-manager installation.
https://cert-manager.io/docs/configuration/#cluster-resource-namespace
certificates.provisionbooltrueSpecifies if the chart should provision the certificate resources included in this chart. Operators can opt to provision their own certificates instead, however care should be made to ensure the certificates match the expected:
* Shared Certificate Authority
* Algorithm. (ECDSA)
certificates.space.clusterIssuerstring"spaces-selfsigned"The clusterIssuer for the space. Most certificates used at the space level are derived from this issuer.
clusterTypestring"kind"Specifies the cluster type that this installation is being installed into. Valid options are: aks, eks, gke, kind.
controlPlanes.container.mxpAuthzWebhook.tagstring""None
controlPlanes.container.mxpCharts.tagstring""None
controlPlanes.container.mxpGateway.repositorystring"hyperspace"None
controlPlanes.container.mxpGateway.tagstring""None
controlPlanes.container.mxpHealthCheck.repositorystring"hyperspace"None
controlPlanes.container.mxpHealthCheck.tagstring""None
controlPlanes.container.mxpKsmConfig.repositorystring"hyperspace"None
controlPlanes.container.mxpKsmConfig.tagstring""None
controlPlanes.etcd.persistence.sizestring"5Gi"Set storage class backing the vcluster etcd PVCs
storageClassName: ""
controlPlanes.ingress.annotationsobject{}None
controlPlanes.mxpController.serviceAccount.annotationsobject{}
controlPlanes.policies.limitRange.enabledbooltrueNone
controlPlanes.syncer.resources.limits.cpustring"1000m"None
controlPlanes.syncer.resources.limits.memorystring"1024Mi"None
controlPlanes.syncer.resources.requests.cpustring"20m"None
controlPlanes.syncer.resources.requests.memorystring"150Mi"None
controlPlanes.uxp.enableCompositionFunctionsbooltrueNone
controlPlanes.uxp.enableEnvironmentConfigsbooltrueNone
controlPlanes.uxp.enableProviderIdentityboolfalseNone
controlPlanes.uxp.enableUsagesbooltrueNone
controlPlanes.uxp.metrics.enabledbooltrueNone
controlPlanes.uxp.registryOverridestring""override the default package registry for Crossplane
controlPlanes.uxp.repositorystring"https://charts.upbound.io/stable"None
controlPlanes.uxp.resourcesCrossplane.limits.cpustring"400m"None
controlPlanes.uxp.resourcesCrossplane.limits.memorystring"500Mi"None
controlPlanes.uxp.resourcesCrossplane.requests.cpustring"370m"None
controlPlanes.uxp.resourcesCrossplane.requests.memorystring"400Mi"None
controlPlanes.uxp.resourcesRBACManager.limits.cpustring"50m"None
controlPlanes.uxp.resourcesRBACManager.limits.memorystring"300Mi"None
controlPlanes.uxp.resourcesRBACManager.requests.cpustring"25m"None
controlPlanes.uxp.resourcesRBACManager.requests.memorystring"256Mi"None
controlPlanes.uxp.serviceAccount.customAnnotationsobject{}None
controlPlanes.uxp.versionstring"1.15.3-up.1"None
controlPlanes.uxp.xgql.enabledstring"true"None
controlPlanes.uxp.xgql.replicasint1None
controlPlanes.uxp.xgql.resources.limits.memorystring"1Gi"None
controlPlanes.uxp.xgql.resources.requests.cpustring"50m"None
controlPlanes.uxp.xgql.resources.requests.memorystring"50Mi"None
controlPlanes.uxp.xgql.versionstring"v0.2.0-rc.0.153.g0a1d4ae"None
controlPlanes.vector.debugboolfalseNone
controlPlanes.vector.enabledbooltrueNone
controlPlanes.vector.persistence.enabledboolfalseSet enabled to true to run Vector as a statefulset with each replica backed by a persistent volume and enable disk buffers for selected sinks. When set to false, Vector is run as a deployment with memory buffers.
controlPlanes.vector.persistence.sizestring"1Gi"size must be at least the sum of all buffer.maxSize values with overhead for other Vector data. If you define this you should also define all sink buffer.maxSize values.
controlPlanes.vector.replicasint1None
controlPlanes.vector.resources.limitsobject{}None
controlPlanes.vector.resources.requests.cpustring"200m"None
controlPlanes.vector.resources.requests.memorystring"256Mi"None
controlPlanes.vector.sinks.usage.buffer.maxEventsstring"500"String containing max number of events to buffer in memory.
Relevant when mxp.vector.persistence.enabled=false.
controlPlanes.vector.sinks.usage.buffer.maxSizestring"268435488"String containing max size of disk buffer in bytes. Must fit with other buffer.maxSize values in mxp.vector.persistence.size.
Relevant when mxp.vector.persistence.enabled=true.
~256 MiB, minimum allowed
controlPlanes.vector.versionstring"0.22.1"None
controller.controller.extraArgslist[]None
controller.controller.extraEnvlist[]None
controller.controller.extraVolumeMountslist[]None
controller.controller.image.pullPolicystring"IfNotPresent"None
controller.controller.image.repositorystring"hyperspace"None
controller.controller.image.tagstring""None
controller.controller.resources.limits.cpustring"1000m"None
controller.controller.resources.limits.memorystring"1000Mi"None
controller.controller.resources.requests.cpustring"100m"None
controller.controller.resources.requests.memorystring"500Mi"None
controller.controller.service.metrics.portint8085None
controller.controller.service.webhook.portint9443None
controller.crossplane.supportedVersionslist["1.14.1-up.1","1.14.2-up.1","1.14.3-up.1","1.14.4-up.1","1.14.5-up.1","1.14.6-up.1","1.14.7-up.1","1.14.8-up.1","1.14.9-up.1","1.15.0-up.1","1.15.1-up.1","1.15.2-up.1","1.15.3-up.1","1.16.0-up.1"]None
controller.crossplane.versionsController.enabledbooltrueThis flag enables the versionsController. When set to true, the controller will manage Crossplane versions configmap. If disabled, default behavior will be supportedVersions will applied without automatic updates.
controller.extraVolumeslist[]None
controller.kcp.enabledboolfalseNone
controller.kcp.frontProxy.replicasint1None
controller.kcp.replicasint1None
controller.kcp.storageClassstring"standard"None
controller.mxeInit.extraArgslist[]None
controller.mxeInit.extraEnvlist[]None
controller.mxeInit.extraVolumeMountslist[]None
controller.mxeInit.image.pullPolicystring"IfNotPresent"None
controller.mxeInit.image.repositorystring"hyperspace"None
controller.mxeInit.image.tagstring""None
controller.prometheus.podMonitor.enabledboolfalseNone
controller.prometheus.podMonitor.intervalstring"30s"None
controller.secretRefs.adminSigningstring"cert-admin-signing"None
controller.secretRefs.ingressCAstring"mxe-router-tls"None
controller.serviceAccount.annotationsobject{}None
controller.serviceAccount.createbooltrueNone
controller.serviceAccount.namestring""None
controller.webhookInit.extraArgslist[]None
controller.webhookInit.extraEnvlist[]None
controller.webhookInit.extraVolumeMountslist[]None
controller.webhookInit.image.pullPolicystring"IfNotPresent"None
controller.webhookInit.image.repositorystring"hyperspace"None
controller.webhookInit.image.tagstring""None
deletionPolicystring"Delete"Specifies if the supporting APIs for the Spaces deployment should be handled on a deletion request. Possible options are “Delete” or “Orphan”. If “Delete” is specified, on performing a ‘helm uninstall’, the Crossplane configurations that support the installation will also be deleted along with the resources that make the spaces installation.
features.alpha.argocdPlugin.enabledboolfalseNone
features.alpha.argocdPlugin.target.externalCluster.enabledboolfalseNone
features.alpha.argocdPlugin.target.externalCluster.secret.keystring"kubeconfig"None
features.alpha.argocdPlugin.target.externalCluster.secret.namestring"kubeconfig"None
features.alpha.argocdPlugin.target.secretNamespacestring"argocd"None
features.alpha.featuresAnnotation.enabledboolfalseNone
features.alpha.gitSource.enabledbooltrueNone
features.alpha.kine.accountSchema.enabledboolfalseThis configures kine to store its data in a separate schema for each account, and configures apollo to query it. If disabled, kine will store all data in the public schema.
features.alpha.kine.enabledboolfalseNone
features.alpha.observability.enabledboolfalseThis enables the observability feature within this space.
Enabling observability requires OpenTelemetry Operator for Kubernetes to be installed in the cluster. See https://opentelemetry.io/docs/kubernetes/operator/
features.alpha.sharedBackup.enabledboolfalseThis enables backup and restore of control planes using Shared resources.
features.alpha.sharedSecrets.enabledboolfalseNone
features.alpha.upboundPolicy.enabledboolfalseThis enables the SharedUpboundPolicy API within this space.
features.alpha.upboundRBAC.enabledboolfalseThis enables respecting Upbound Authorization management within the space. This will include new APIs for binding Objects to identities supplied by Upbound.
features.betaobject{}Beta features are on by default, but may be disabled here. Beta features are considered to be well tested, and will not be removed completely without being marked deprecated for at least two releases.
hostCluster.provider.helm.versionstring"v0.19.0"None
hostCluster.provider.kubernetes.versionstring"v0.14.0"None
hostCluster.uxp.versionstring"1.15.3-up.1"None
ingress.annotationsobject{}Allows setting ingress annotations for the external facing Ingress that terminates at the mxe-router deployment.
ingress.hoststring"proxy.upbound-127.0.0.1.nip.io"Specifies the externally routable hostname used for routing requests to individual control planes.
ingress.provisionbooltrueSpecifies whether the helm chart should create an Ingress resource for routing requests to the spaces-router.
observability.collectors.repositorystring"opentelemetry-collector-spaces"None
observability.collectors.resources.limits.cpustring"100m"None
observability.collectors.resources.limits.memorystring"1Gi"None
observability.collectors.resources.requests.cpustring"10m"None
observability.collectors.resources.requests.memorystring"100Mi"None
observability.collectors.tagstring""None
observability.spacesCollector.config.exportPipeline.logslist["debug"]None
observability.spacesCollector.config.exportPipeline.metricslist["debug"]None
observability.spacesCollector.config.exporters.debugstringnilNone
observability.spacesCollector.repositorystring"opentelemetry-collector-spaces"None
observability.spacesCollector.resources.limits.cpuint100None
observability.spacesCollector.resources.limits.memorystring"1Gi"None
observability.spacesCollector.resources.requests.cpustring"10m"None
observability.spacesCollector.resources.requests.memorystring"100Mi"None
observability.spacesCollector.tagstring""None
registrystring"us-west1-docker.pkg.dev/orchestration-build/upbound-environments"Specifies the registry where the containers used in the spaces deployment are served from.
router.controlPlane.extraArgslist[]None
router.controlPlane.extraEnvlist[]None
router.controlPlane.extraVolumeMountslist[]None
router.controlPlane.image.pullPolicystring"IfNotPresent"None
router.controlPlane.image.repositorystring"hyperspace"None
router.controlPlane.image.tagstring""None
router.controlPlane.resources.limits.cpustring"1000m"None
router.controlPlane.resources.limits.memorystring"1000Mi"None
router.controlPlane.resources.requests.cpustring"100m"None
router.controlPlane.resources.requests.memorystring"100Mi"None
router.controlPlane.service.auth.portint9000None
router.controlPlane.service.grpc.portint8081None
router.controlPlane.service.http.portint9091None
router.controlPlane.service.metrics.portint8085None
router.controlPlane.service.privateHttp.portint9092None
router.extraVolumeslist[]None
router.hpa.enabledboolfalseNone
router.hpa.maxReplicasint5None
router.hpa.minReplicasint1None
router.hpa.targetCPUUtilizationPercentageint80None
router.prometheus.podMonitor.enabledboolfalseNone
router.prometheus.podMonitor.intervalstring"30s"None
router.proxy.extraArgslist[]None
router.proxy.extraEnvlist[]None
router.proxy.extraVolumeMountslist[]None
router.proxy.image.pullPolicystring"IfNotPresent"None
router.proxy.image.repositorystring"envoy"None
router.proxy.image.tagstring"v1.26-latest"None
router.proxy.resources.limits.cpustring"1000m"None
router.proxy.resources.limits.memorystring"200Mi"None
router.proxy.resources.requests.cpustring"100m"None
router.proxy.resources.requests.memorystring"50Mi"None
router.proxy.service.admin.portint9091None
router.proxy.service.annotationsobject{}None
router.proxy.service.http.portint8443None
router.proxy.service.typestring"ClusterIP"None
router.replicaCountint1None
router.secretRefs.adminValidatingstring"cert-admin-signing"None
router.secretRefs.gatewaySigningstring"cert-token-signing-gateway"None
router.secretRefs.oidcCABundlestring""The ca.crt key of this Secret will be mounted into the spaces-router
router.secretRefs.tlsSecretNamestring"mxp-hostcluster-certs"None
router.serviceAccount.annotationsobject{}None
router.serviceAccount.createbooltrueNone
router.serviceAccount.namestring""None
space.labelsobject{}Labels that are applied to all Deployments, Pods, Services, and StatefulSets managed by the Space.
versionstring""Overall artifact version that affects xpkgs and related components.
xpkg.mxeCompositionTemplates.repositorystring"mxe-composition-templates"None
xpkg.mxeCompositionTemplates.tagstring""None
xpkg.mxpControlPlane.repositorystring"mxp-control-plane"None
xpkg.mxpControlPlane.tagstring""None
xpkg.mxpHostCluster.repositorystring"mxp-host-cluster"None
xpkg.mxpHostCluster.tagstring""None
xpkg.providerHostCluster.repositorystring"provider-host-cluster"None
xpkg.providerHostCluster.tagstring""None
xpkg.pullPolicystring"IfNotPresent"None