Skip to content

Commit

Permalink
add template for cluster local storage
Browse files Browse the repository at this point in the history
  • Loading branch information
ObiWahn committed Oct 18, 2018
1 parent c867973 commit f19cb17
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions tests/acceptance/cluster-local-storage.template.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
apiVersion: "database.arangodb.com/v1alpha"
kind: "ArangoDeployment"
metadata:
name: "acceptance-cluster"
spec:
environment: @ENVIRONMENT@
image: @IMAGE@
externalAccess:
type: LoadBalancer
mode: Cluster
storageClassName: acceptance

0 comments on commit f19cb17

Please sign in to comment.