Ocelot-Social/deployment/ocelot-social/service-backend.yaml

15 lines
317 B
YAML

apiVersion: v1
kind: Service
metadata:
name: backend
namespace: ocelot-social
labels:
human-connection.org/selector: deployment-human-connection-backend
spec:
ports:
- name: web
port: 4000
targetPort: 4000
selector:
human-connection.org/selector: deployment-human-connection-backend