mirror of
https://github.com/arangodb/kube-arangodb.git
synced 2024-12-14 11:57:37 +00:00
[Documentation] Update examples to ArangoDB 3.7.12 (#741)
Updated the included examples to our latest ArangoDB 3.7.12 release.
This commit is contained in:
parent
9a7359e99f
commit
b29207e48a
7 changed files with 7 additions and 7 deletions
|
@ -4,7 +4,7 @@ metadata:
|
|||
name: "cluster1-with-sync"
|
||||
spec:
|
||||
mode: Cluster
|
||||
image: 'arangodb/arangodb:3.7.11'
|
||||
image: 'arangodb/arangodb:3.7.12'
|
||||
tls:
|
||||
altNames: ["kube-01", "kube-02", "kube-03"]
|
||||
sync:
|
||||
|
|
|
@ -4,7 +4,7 @@ metadata:
|
|||
name: "cluster2-with-sync"
|
||||
spec:
|
||||
mode: Cluster
|
||||
image: 'arangodb/arangodb:3.7.11'
|
||||
image: 'arangodb/arangodb:3.7.12'
|
||||
tls:
|
||||
altNames: ["kube-01", "kube-02", "kube-03"]
|
||||
sync:
|
||||
|
|
|
@ -13,5 +13,5 @@ spec:
|
|||
prometheus.io/port: '9101'
|
||||
prometheus.io/scrape_interval: '5s'
|
||||
mode: Cluster
|
||||
image: 'arangodb/arangodb:3.7.11'
|
||||
image: 'arangodb/arangodb:3.7.12'
|
||||
environment: Production
|
||||
|
|
|
@ -4,5 +4,5 @@ metadata:
|
|||
name: "production-cluster"
|
||||
spec:
|
||||
mode: Cluster
|
||||
image: 'arangodb/arangodb:3.7.11'
|
||||
image: 'arangodb/arangodb:3.7.12'
|
||||
environment: Production
|
||||
|
|
|
@ -13,4 +13,4 @@ spec:
|
|||
prometheus.io/port: '9101'
|
||||
prometheus.io/scrape_interval: '5s'
|
||||
mode: Cluster
|
||||
image: 'arangodb/arangodb:3.7.11'
|
||||
image: 'arangodb/arangodb:3.7.12'
|
||||
|
|
|
@ -4,4 +4,4 @@ metadata:
|
|||
name: "example-simple-cluster"
|
||||
spec:
|
||||
mode: Cluster
|
||||
image: 'arangodb/arangodb:3.7.11'
|
||||
image: 'arangodb/arangodb:3.7.12'
|
||||
|
|
|
@ -4,4 +4,4 @@ metadata:
|
|||
name: "example-simple-single"
|
||||
spec:
|
||||
mode: Single
|
||||
image: 'arangodb/arangodb:3.7.11'
|
||||
image: 'arangodb/arangodb:3.7.12'
|
||||
|
|
Loading…
Reference in a new issue