Loading .gitlab-ci.yml +1 −1 Original line number Diff line number Diff line stages: - deploy image: registry.gitlab.com/redmic-project/docker/docker-deploy:latest image: ${DOCKER_DEPLOY_IMAGE_NAME}:${DOCKER_DEPLOY_IMAGE_TAG} variables: DOCKER_DRIVER: overlay2 Loading deploy/conf/fluent-bit.conf +3 −1 Original line number Diff line number Diff line [SERVICE] Log_Level debug Flush 5 Daemon off Log_Level info [INPUT] Name forward Loading deploy/docker-compose.yml +4 −4 Original line number Diff line number Diff line Loading @@ -2,7 +2,7 @@ version: '3.5' services: fluent-bit: image: fluent/fluent-bit:${IMAGE_TAG:-latest} image: ${IMAGE_NAME:-fluent/fluent-bit}:${IMAGE_TAG:-latest} networks: - log-net ports: Loading @@ -21,10 +21,10 @@ services: window: 30s resources: limits: cpus: '0.1' memory: 64M cpus: '0.01' memory: 32M reservations: memory: 16M memory: 8M networks: log-net: Loading Loading
.gitlab-ci.yml +1 −1 Original line number Diff line number Diff line stages: - deploy image: registry.gitlab.com/redmic-project/docker/docker-deploy:latest image: ${DOCKER_DEPLOY_IMAGE_NAME}:${DOCKER_DEPLOY_IMAGE_TAG} variables: DOCKER_DRIVER: overlay2 Loading
deploy/conf/fluent-bit.conf +3 −1 Original line number Diff line number Diff line [SERVICE] Log_Level debug Flush 5 Daemon off Log_Level info [INPUT] Name forward Loading
deploy/docker-compose.yml +4 −4 Original line number Diff line number Diff line Loading @@ -2,7 +2,7 @@ version: '3.5' services: fluent-bit: image: fluent/fluent-bit:${IMAGE_TAG:-latest} image: ${IMAGE_NAME:-fluent/fluent-bit}:${IMAGE_TAG:-latest} networks: - log-net ports: Loading @@ -21,10 +21,10 @@ services: window: 30s resources: limits: cpus: '0.1' memory: 64M cpus: '0.01' memory: 32M reservations: memory: 16M memory: 8M networks: log-net: Loading