2019-04-04 00:52:21 +02:00

15 lines
326 B
YAML

apiVersion: v1
kind: Service
metadata:
name: nitro-backend
namespace: human-connection
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