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/cluster2-with-sync.yaml

17 lines
376 B
YAML
Raw Normal View History

apiVersion: "database.arangodb.com/v1"
2018-05-08 09:34:16 +00:00
kind: "ArangoDeployment"
metadata:
2018-05-08 12:26:38 +00:00
name: "cluster2-with-sync"
2018-05-08 09:34:16 +00:00
spec:
mode: Cluster
image: 'arangodb/arangodb:3.12.2'
2018-05-08 09:34:16 +00:00
tls:
altNames: ["kube-01", "kube-02", "kube-03"]
sync:
enabled: true
auth:
clientCASecretName: client-auth-ca
2018-05-08 11:28:25 +00:00
externalAccess:
type: LoadBalancer
2018-05-08 12:26:38 +00:00
loadBalancerIP: 192.168.140.211