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/single-server-no-auth.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

9 lines
168 B
YAML

apiVersion: "database.arangodb.com/v1"
kind: "ArangoDeployment"
metadata:
name: "example-simple-single-no-auth"
spec:
mode: Single
auth:
jwtSecretName: None