mirror of
https://github.com/arangodb/kube-arangodb.git
synced 2024-12-14 11:57:37 +00:00
29 lines
557 B
YAML
29 lines
557 B
YAML
|
apiVersion: "database.arangodb.com/v1"
|
||
|
kind: "ArangoDeployment"
|
||
|
metadata:
|
||
|
name: "example-simple-single"
|
||
|
spec:
|
||
|
mode: Single
|
||
|
image: 'arangodb/arangodb:3.12.2'
|
||
|
gateway:
|
||
|
enabled: true
|
||
|
gateways:
|
||
|
count: 1
|
||
|
---
|
||
|
apiVersion: "networking.arangodb.com/v1alpha1"
|
||
|
kind: "ArangoRoute"
|
||
|
metadata:
|
||
|
name: "example-simple-single-route"
|
||
|
spec:
|
||
|
deployment: example-simple-single
|
||
|
destination:
|
||
|
service:
|
||
|
name: example-simple-single
|
||
|
port: 8529
|
||
|
schema: https
|
||
|
tls:
|
||
|
insecure: true
|
||
|
path: "/_api/"
|
||
|
route:
|
||
|
path: "/secondary/"
|