ansible/roles/ocp4_mp_ic/templates/mines-permitting-issuer-deploy-route.j2.yaml
kind: RouteapiVersion: v1metadata: name: ${NAME}${SUFFIX} labels: name: ${NAME}${SUFFIX} app: ${APP_NAME}${SUFFIX} app-group: ${APP_GROUP} role: ${ROLE} env: ${TAG_NAME} annotations: haproxy.router.openshift.io/timeout: ${ROUTE_TIMEOUT}spec: host: ${APPLICATION_DOMAIN} port: targetPort: ${NAME}-http tls: insecureEdgeTerminationPolicy: Redirect termination: edge to: kind: Service name: ${NAME}${SUFFIX} weight: 100