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
8 lines
166 B
YAML
8 lines
166 B
YAML
apiVersion: "database.arangodb.com/v1"
|
|
kind: "ArangoDeployment"
|
|
metadata:
|
|
name: "example-simple-cluster-no-tls"
|
|
spec:
|
|
mode: Cluster
|
|
tls:
|
|
caSecretName: None
|