mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2026-01-18 10:51:26 +00:00
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.
18 lines
354 B
YAML
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
|