* Add fields for ML Storage CRD - copy/move a few security-related constants into shared package
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: ""