mirror of
https://github.com/arangodb/kube-arangodb.git
synced 2024-12-15 17:51:03 +00:00
14 lines
225 B
YAML
14 lines
225 B
YAML
kind: Service
|
|
apiVersion: v1
|
|
metadata:
|
|
name: arangodb-exposed
|
|
spec:
|
|
selector:
|
|
app: arangodb
|
|
role: single
|
|
type: NodePort
|
|
ports:
|
|
- protocol: TCP
|
|
port: 8529
|
|
targetPort: 8529
|
|
nodePort: 30529
|