1
0
Fork 0
mirror of https://github.com/arangodb/kube-arangodb.git synced 2024-12-14 11:57:37 +00:00
kube-arangodb/examples/production-cluster-with-metrics.yaml
Edgar Lanting 9a7359e99f
[Documentation] Patched examples for latest ArangoDB & exporter (#733)
Patched the examples for kube-arangodb to ArangoDB version `3.7.11` and the metrics exporter to version `0.1.8`
2021-06-08 19:23:09 +02:00

17 lines
414 B
YAML

apiVersion: "database.arangodb.com/v1"
kind: "ArangoDeployment"
metadata:
name: "production-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.7.11'
environment: Production