| title |
| Elastic Cloud EC Deployment |
Description
Provides an Elastic Cloud deployment resource, which allows deployments to be created, updated, and deleted.
Examples
apiVersion: core.oam.dev/v1beta1
kind: Application
metadata:
name: ec-deploy
spec:
components:
- name: ec-deploy-comp
type: elastic-ec-deployment
properties:
name: test-app
region: aws-ap-east-1
deployment_template_id: aws-compute-optimized-v3
version: 8.3.3
Specification
Properties
writeConnectionSecretToRef
| Name |
Description |
Type |
Required |
Default |
| name |
The secret name which the cloud resource connection will be written to. |
string |
true |
|
| namespace |
The secret namespace which the cloud resource connection will be written to. |
string |
false |
|
Outputs
If writeConnectionSecretToRef is set, a secret will be generated with these keys as below:
| Name |
Description |
| ES_CLOUD_ID |
|
| ES_HTTPS_ENDPOINT |
|
| ES_PASSWORD |
|
| ES_USERNAME |
|
| ES_VERSION |
|