Commit a84d441d authored by Noel Alonso's avatar Noel Alonso
Browse files

Reemplaza template por nombre correcto

parent bc37b534
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
version: '3.5'

services:
  template:
  notification-manager:
    ports:
      - target: ${MICROSERVICE_PORT}
        published: ${MICROSERVICE_PORT}
+1 −1
Original line number Diff line number Diff line
version: '3.5'

services:
  template:
  notification-manager:
    deploy:
      mode: replicated
      replicas: 1
+1 −1
Original line number Diff line number Diff line
version: '3.5'

services:
  template:
  notification-manager:
    image: ${IMAGE_NAME}:${IMAGE_TAG:-latest}
    environment:
      - MICROSERVICE_NAME
+1 −1
Original line number Diff line number Diff line
@@ -131,7 +131,7 @@
						</goals>
						<configuration>
							<executable>true</executable>
							<finalName>template</finalName>
							<finalName>notification-manager</finalName>
							<outputDirectory>dist</outputDirectory>
						</configuration>
					</execution>
+4 −4
Original line number Diff line number Diff line
@@ -4,10 +4,10 @@ server.servlet.path=/notification

spring.profiles.active=@spring.profiles.active@

info.template.name=@project.name@
info.template.description=@project.description@
info.template.version=@project.version@
info.template.outputEncoding=@project.reporting.outputEncoding@
info.notification-manager.name=@project.name@
info.notification-manager.description=@project.description@
info.notification-manager.version=@project.version@
info.notification-manager.outputEncoding=@project.reporting.outputEncoding@

management.endpoints.web.exposure.include=health, info, prometheus