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/arango-local-storage.yaml
Edgar Lanting f9845f8a52
[Improvement] Metrics examples & assorted changes (#706)
* Metrics examples & assorted changes

What has been done:

- Two new examples containing metrics sidecar information a well as metrics related annotations.
- Changed the `v1alpha` apiVersion to `v1`
- Changed the ArangoDB version to `3.7.10`.
- Walked through all examples for validity.

* Update production-cluster-with-metrics.yaml

* Resolved indentation for the `annotations`

* Update reboot-pod.yaml - fix typo
2021-04-14 17:09:43 +02:00

10 lines
214 B
YAML

apiVersion: "storage.arangodb.com/v1"
kind: "ArangoLocalStorage"
metadata:
name: "arangodb-local-storage"
spec:
storageClass:
name: my-local-ssd
isDefault: true
localPath:
- /var/lib/arango-storage