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

16 lines
271 B
YAML
Raw Normal View History

kind: Service
apiVersion: v1
metadata:
name: arangodb-exposed-cluster
spec:
selector:
app: arangodb
2018-03-20 12:41:01 +00:00
role: coordinator
type: NodePort
2018-03-15 11:52:43 +00:00
publishNotReadyAddresses: true
ports:
- protocol: TCP
port: 8529
targetPort: 8529
nodePort: 31529