Loading .gitlab-ci.yml +1 −1 Original line number Diff line number Diff line include: - project: 'redmic-project/gitlab-ci-templates' ref: master file: '/deployment.yml' file: '/service-deployment/docker-deploy.yml' stages: - deploy Loading deploy/docker-compose.dev.yml→deploy/compose.dev.yaml +0 −2 Original line number Diff line number Diff line version: '3.9' volumes: alertmanager-vol: name: ${ALERTMANAGER_VOL_NAME} Loading deploy/docker-compose.prod.yml→deploy/compose.prod.yaml +0 −2 Original line number Diff line number Diff line version: '3.9' volumes: alertmanager-vol: name: ${ALERTMANAGER_VOL_NAME} Loading deploy/docker-compose.tmpl.yml→deploy/compose.tmpl.yaml +2 −4 Original line number Diff line number Diff line version: '3.9' services: alertmanager: image: ${IMAGE_NAME:-prom/alertmanager}:${IMAGE_TAG:-latest} Loading Loading @@ -44,10 +42,10 @@ services: resources: limits: cpus: '${RESOURCES_LIMITS_CPUS:-0.1}' memory: ${RESOURCES_LIMITS_MEMORY:-32M} memory: ${RESOURCES_LIMITS_MEMORY:-64M} reservations: cpus: '${RESOURCES_RESERVATIONS_CPUS:-0.001}' memory: ${RESOURCES_RESERVATIONS_MEMORY:-16M} memory: ${RESOURCES_RESERVATIONS_MEMORY:-32M} networks: metric-net: Loading Loading
.gitlab-ci.yml +1 −1 Original line number Diff line number Diff line include: - project: 'redmic-project/gitlab-ci-templates' ref: master file: '/deployment.yml' file: '/service-deployment/docker-deploy.yml' stages: - deploy Loading
deploy/docker-compose.dev.yml→deploy/compose.dev.yaml +0 −2 Original line number Diff line number Diff line version: '3.9' volumes: alertmanager-vol: name: ${ALERTMANAGER_VOL_NAME} Loading
deploy/docker-compose.prod.yml→deploy/compose.prod.yaml +0 −2 Original line number Diff line number Diff line version: '3.9' volumes: alertmanager-vol: name: ${ALERTMANAGER_VOL_NAME} Loading
deploy/docker-compose.tmpl.yml→deploy/compose.tmpl.yaml +2 −4 Original line number Diff line number Diff line version: '3.9' services: alertmanager: image: ${IMAGE_NAME:-prom/alertmanager}:${IMAGE_TAG:-latest} Loading Loading @@ -44,10 +42,10 @@ services: resources: limits: cpus: '${RESOURCES_LIMITS_CPUS:-0.1}' memory: ${RESOURCES_LIMITS_MEMORY:-32M} memory: ${RESOURCES_LIMITS_MEMORY:-64M} reservations: cpus: '${RESOURCES_RESERVATIONS_CPUS:-0.001}' memory: ${RESOURCES_RESERVATIONS_MEMORY:-16M} memory: ${RESOURCES_RESERVATIONS_MEMORY:-32M} networks: metric-net: Loading