1
0
Fork 0
mirror of https://github.com/arangodb/kube-arangodb.git synced 2024-12-15 17:51:03 +00:00
kube-arangodb/examples/nodeport-cluster.yaml
2018-03-20 13:41:01 +01:00

15 lines
263 B
YAML

kind: Service
apiVersion: v1
metadata:
name: arangodb-exposed-cluster
spec:
selector:
app: arangodb
role: coordinator
type: NodePort
publishNotReadyAddresses: true
ports:
- protocol: TCP
port: 8529
targetPort: 8529
nodePort: 31529