mirror of
https://github.com/arangodb/kube-arangodb.git
synced 2024-12-14 11:57:37 +00:00
16 lines
392 B
YAML
16 lines
392 B
YAML
apiVersion: "database.arangodb.com/v1"
|
|
kind: "ArangoDeployment"
|
|
metadata:
|
|
name: "example-simple-cluster"
|
|
spec:
|
|
metrics:
|
|
mode: sidecar
|
|
enabled: true
|
|
image: 'arangodb/arangodb-exporter:0.1.8'
|
|
tls: false
|
|
annotations:
|
|
prometheus.io/scrape: 'true'
|
|
prometheus.io/port: '9101'
|
|
prometheus.io/scrape_interval: '5s'
|
|
mode: Cluster
|
|
image: 'arangodb/arangodb:3.12.2'
|