mirror of
https://github.com/arangodb/kube-arangodb.git
synced 2024-12-14 11:57:37 +00:00
f9845f8a52
* 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
10 lines
214 B
YAML
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
|