Skip to content

Commit

Permalink
Merge pull request #302 from bcgov/new-tag
Browse files Browse the repository at this point in the history
ports typo
  • Loading branch information
akroon3r authored Jul 7, 2022
2 parents 192aacf + 841b3b4 commit d54cdc9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion openshift/templates/api/api-service-template-prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d54cdc9

Please sign in to comment.