1
0
Fork 0
mirror of https://github.com/arangodb/kube-arangodb.git synced 2024-12-15 17:51:03 +00:00
kube-arangodb/docs/api/ArangoMLStorage.V1Alpha1.md
Nikita Vaniasin 331951a0bb
Add fields for ML Storage CRD (#1502)
* Add fields for ML Storage CRD

- copy/move a few security-related constants into shared package
2023-11-23 16:16:02 +01:00

2 KiB

API Reference for ArangoMLStorage V1Alpha1

Spec

.spec.listenPort

Type: integer [ref]

ListenPort defines on which port the sidecar container will be listening for connections

Default Value: 9201


.spec.resources

Type: core.ResourceRequirements [ref]

Resources holds resource requests & limits for container running the S3 proxy

Links:


.spec.s3.bucketName

Type: string [ref]

BucketName specifies the name of the bucket Required


.spec.s3.credentialsSecret

Type: string [ref]

CredentialsSecretName specifies the name of the secret containing AccessKey and SecretKey for S3 API authorization Required


.spec.s3.disableSSL

Type: boolean [ref]

DisableSSL if set to true, no certificate checks will be performed for Endpoint

Default Value: false


.spec.s3.endpoint

Type: string [ref]

Endpoint specifies the S3 API-compatible endpoint which implements storage Required


.spec.s3.region

Type: string [ref]

Region defines the availability zone name. If empty, defaults to 'us-east-1'

Default Value: ""

Status