From e04ab842bd3811bd8e92117de866072da352cc4a Mon Sep 17 00:00:00 2001 From: Matt Rider Date: Tue, 2 Jul 2019 19:36:20 -0300 Subject: [PATCH] Add service yaml for nginx(maintenance) service --- deployment/human-connection/service-nginx.yaml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 deployment/human-connection/service-nginx.yaml diff --git a/deployment/human-connection/service-nginx.yaml b/deployment/human-connection/service-nginx.yaml new file mode 100644 index 000000000..2cfe986f6 --- /dev/null +++ b/deployment/human-connection/service-nginx.yaml @@ -0,0 +1,14 @@ +apiVersion: v1 +kind: Service +metadata: + name: nitro-web + namespace: human-connection + labels: + human-connection.org/selector: deployment-human-connection-web +spec: + ports: + - name: web + port: 3000 + targetPort: 3000 + selector: + human-connection.org/selector: nginx