maps.k8s.elastic.co/v1alpha1
editmaps.k8s.elastic.co/v1alpha1
editPackage v1alpha1 contains API schema definitions for managing Elastic Maps Server resources.
Resource Types
ElasticMapsServer
editElasticMapsServer represents an Elastic Map Server resource in a Kubernetes cluster.
Field | Description |
---|---|
|
|
|
|
|
Refer to Kubernetes API documentation for fields of |
|
ElasticMapsServerList
editElasticMapsServerList contains a list of ElasticMapsServer
Field | Description |
---|---|
|
|
|
|
|
Refer to Kubernetes API documentation for fields of |
|
MapsSpec
editMapsSpec holds the specification of an Elastic Maps Server instance.
Field | Description |
---|---|
|
Version of Elastic Maps Server. |
|
Image is the Elastic Maps Server Docker image to deploy. |
|
Count of Elastic Maps Server instances to deploy. |
|
ElasticsearchRef is a reference to an Elasticsearch cluster running in the same Kubernetes cluster. |
|
Config holds the ElasticMapsServer configuration. See: https://www.elastic.co/guide/en/kibana/current/maps-connect-to-ems.html#elastic-maps-server-configuration |
|
ConfigRef contains a reference to an existing Kubernetes Secret holding the Elastic Maps Server configuration. Configuration settings are merged and have precedence over settings specified in |
|
HTTP holds the HTTP layer configuration for Elastic Maps Server. |
|
PodTemplate provides customisation options (labels, annotations, affinity rules, resource requests, and so on) for the Elastic Maps Server pods |
|
RevisionHistoryLimit is the number of revisions to retain to allow rollback in the underlying Deployment. |
|
ServiceAccountName is used to check access from the current resource to a resource (for ex. Elasticsearch) in a different namespace. Can only be used if ECK is enforcing RBAC on references. |