1
0
Fork 0
mirror of https://github.com/arangodb/kube-arangodb.git synced 2024-12-14 11:57:37 +00:00
kube-arangodb/docs/integration-sidecar.md

29 lines
592 B
Markdown
Raw Normal View History

# Integration
## Profile
## Sidecar
### Resource Types
Integration Sidecar is supported in a few resources managed by Operator:
- ArangoSchedulerDeployment (scheduler.arangodb.com/v1beta1)
- ArangoSchedulerBatchJob (scheduler.arangodb.com/v1beta1)
- ArangoSchedulerCronJob (scheduler.arangodb.com/v1beta1)
- ArangoSchedulerPod (scheduler.arangodb.com/v1beta1)
### Envs
#### ARANGO_DEPLOYMENT_NAME
ArangoDeployment name.
Example: `deployment`
#### ARANGO_DEPLOYMENT_ENDPOINT
HTTP/S Endpoint of the ArangoDeployment Internal Service.
Example: `https://deployment.default.svc:8529`