From 841b3b4bbc5c950520c773a6e201d0b10e6a9211 Mon Sep 17 00:00:00 2001 From: Adam Kroon Date: Thu, 7 Jul 2022 11:05:44 -0700 Subject: [PATCH] ports typo --- openshift/templates/api/api-service-template-prod.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/openshift/templates/api/api-service-template-prod.yaml b/openshift/templates/api/api-service-template-prod.yaml index d6a9dddf3..6f87c64d7 100644 --- a/openshift/templates/api/api-service-template-prod.yaml +++ b/openshift/templates/api/api-service-template-prod.yaml @@ -8,11 +8,12 @@ objects: - apiVersion: v1 kind: Service metadata: - name: ${APPLICATION_NAME}-${IMAGE_TAG} + name: ${APPLICATION_NAME} namespace: ${LICENSE_PLATE}-${ENVIRONMENT} spec: selector: app: ${APPLICATION_NAME} + ports: - name: 3000-tcp protocol: TCP port: 3000