Robert Schäfer e8b212f5cc Backend is accessible only from internal network
I think this is better. For development it might be interesting to have
access to the backend but I think one should do development with
docker-compose not minikube and such.
2019-02-01 01:09:41 +01:00

18 lines
354 B
YAML

apiVersion: v1
kind: Service
metadata:
name: neo4j
namespace: staging
labels:
workload.user.cattle.io/workloadselector: deployment-staging-neo4j
spec:
ports:
- name: bolt
port: 7687
targetPort: 7687
- name: web
port: 7474
targetPort: 7474
selector:
workload.user.cattle.io/workloadselector: deployment-staging-neo4j