Skip to content
Snippets Groups Projects
Commit 52792143 authored by Jan David Mol's avatar Jan David Mol
Browse files

L2SS-1358: Tune loki config to create far fewer chunks

parent 1d70fe25
No related branches found
No related tags found
1 merge request!599L2SS-1358: Tune loki config to create far fewer chunks
Showing
with 20 additions and 0 deletions
...@@ -15,6 +15,7 @@ services: ...@@ -15,6 +15,7 @@ services:
args: args:
- LOCAL_DOCKER_REGISTRY_HOST=${LOCAL_DOCKER_REGISTRY_HOST} - LOCAL_DOCKER_REGISTRY_HOST=${LOCAL_DOCKER_REGISTRY_HOST}
- LOCAL_DOCKER_REGISTRY_LOFAR=${LOCAL_DOCKER_REGISTRY_LOFAR} - LOCAL_DOCKER_REGISTRY_LOFAR=${LOCAL_DOCKER_REGISTRY_LOFAR}
hostname: apsct-sim
container_name: apsct-sim container_name: apsct-sim
logging: logging:
driver: "json-file" driver: "json-file"
......
...@@ -15,6 +15,7 @@ services: ...@@ -15,6 +15,7 @@ services:
args: args:
- LOCAL_DOCKER_REGISTRY_HOST=${LOCAL_DOCKER_REGISTRY_HOST} - LOCAL_DOCKER_REGISTRY_HOST=${LOCAL_DOCKER_REGISTRY_HOST}
- LOCAL_DOCKER_REGISTRY_LOFAR=${LOCAL_DOCKER_REGISTRY_LOFAR} - LOCAL_DOCKER_REGISTRY_LOFAR=${LOCAL_DOCKER_REGISTRY_LOFAR}
hostname: apspu-sim
container_name: apspu-sim container_name: apspu-sim
logging: logging:
driver: "json-file" driver: "json-file"
......
...@@ -15,6 +15,7 @@ services: ...@@ -15,6 +15,7 @@ services:
args: args:
- LOCAL_DOCKER_REGISTRY_HOST=${LOCAL_DOCKER_REGISTRY_HOST} - LOCAL_DOCKER_REGISTRY_HOST=${LOCAL_DOCKER_REGISTRY_HOST}
- LOCAL_DOCKER_REGISTRY_LOFAR=${LOCAL_DOCKER_REGISTRY_LOFAR} - LOCAL_DOCKER_REGISTRY_LOFAR=${LOCAL_DOCKER_REGISTRY_LOFAR}
hostname: ccd-sim
container_name: ccd-sim container_name: ccd-sim
logging: logging:
driver: "json-file" driver: "json-file"
......
...@@ -18,6 +18,7 @@ version: '2.1' ...@@ -18,6 +18,7 @@ version: '2.1'
services: services:
device-antennafield: device-antennafield:
image: ${LOCAL_DOCKER_REGISTRY_HOST}/${LOCAL_DOCKER_REGISTRY_USER}/lofar-device-base image: ${LOCAL_DOCKER_REGISTRY_HOST}/${LOCAL_DOCKER_REGISTRY_USER}/lofar-device-base
hostname: device-antennafield
container_name: device-antennafield container_name: device-antennafield
logging: logging:
driver: "json-file" driver: "json-file"
......
...@@ -17,6 +17,7 @@ version: '2.1' ...@@ -17,6 +17,7 @@ version: '2.1'
services: services:
device-apsct: device-apsct:
image: ${LOCAL_DOCKER_REGISTRY_HOST}/${LOCAL_DOCKER_REGISTRY_USER}/lofar-device-base image: ${LOCAL_DOCKER_REGISTRY_HOST}/${LOCAL_DOCKER_REGISTRY_USER}/lofar-device-base
hostname: device-apsct
container_name: device-apsct container_name: device-apsct
logging: logging:
driver: "json-file" driver: "json-file"
......
...@@ -17,6 +17,7 @@ version: '2.1' ...@@ -17,6 +17,7 @@ version: '2.1'
services: services:
device-apspu: device-apspu:
image: ${LOCAL_DOCKER_REGISTRY_HOST}/${LOCAL_DOCKER_REGISTRY_USER}/lofar-device-base image: ${LOCAL_DOCKER_REGISTRY_HOST}/${LOCAL_DOCKER_REGISTRY_USER}/lofar-device-base
hostname: device-apspu
container_name: device-apspu container_name: device-apspu
logging: logging:
driver: "json-file" driver: "json-file"
......
...@@ -17,6 +17,7 @@ version: '2.1' ...@@ -17,6 +17,7 @@ version: '2.1'
services: services:
device-beamlet: device-beamlet:
image: ${LOCAL_DOCKER_REGISTRY_HOST}/${LOCAL_DOCKER_REGISTRY_USER}/lofar-device-base image: ${LOCAL_DOCKER_REGISTRY_HOST}/${LOCAL_DOCKER_REGISTRY_USER}/lofar-device-base
hostname: device-beamlet
container_name: device-beamlet container_name: device-beamlet
logging: logging:
driver: "json-file" driver: "json-file"
......
...@@ -16,6 +16,7 @@ version: '2.1' ...@@ -16,6 +16,7 @@ version: '2.1'
services: services:
device-boot: device-boot:
image: ${LOCAL_DOCKER_REGISTRY_HOST}/${LOCAL_DOCKER_REGISTRY_USER}/lofar-device-base image: ${LOCAL_DOCKER_REGISTRY_HOST}/${LOCAL_DOCKER_REGISTRY_USER}/lofar-device-base
hostname: device-boot
container_name: device-boot container_name: device-boot
logging: logging:
driver: "json-file" driver: "json-file"
......
...@@ -17,6 +17,7 @@ version: '2.1' ...@@ -17,6 +17,7 @@ version: '2.1'
services: services:
device-bst: device-bst:
image: ${LOCAL_DOCKER_REGISTRY_HOST}/${LOCAL_DOCKER_REGISTRY_USER}/lofar-device-base image: ${LOCAL_DOCKER_REGISTRY_HOST}/${LOCAL_DOCKER_REGISTRY_USER}/lofar-device-base
hostname: device-bst
container_name: device-bst container_name: device-bst
logging: logging:
driver: "json-file" driver: "json-file"
......
...@@ -17,6 +17,7 @@ version: '2.1' ...@@ -17,6 +17,7 @@ version: '2.1'
services: services:
device-calibration: device-calibration:
image: ${LOCAL_DOCKER_REGISTRY_HOST}/${LOCAL_DOCKER_REGISTRY_USER}/lofar-device-base image: ${LOCAL_DOCKER_REGISTRY_HOST}/${LOCAL_DOCKER_REGISTRY_USER}/lofar-device-base
hostname: device-calibration
container_name: device-calibration container_name: device-calibration
logging: logging:
driver: "json-file" driver: "json-file"
......
...@@ -17,6 +17,7 @@ version: '2.1' ...@@ -17,6 +17,7 @@ version: '2.1'
services: services:
device-ccd: device-ccd:
image: ${LOCAL_DOCKER_REGISTRY_HOST}/${LOCAL_DOCKER_REGISTRY_USER}/lofar-device-base image: ${LOCAL_DOCKER_REGISTRY_HOST}/${LOCAL_DOCKER_REGISTRY_USER}/lofar-device-base
hostname: device-ccd
container_name: device-ccd container_name: device-ccd
logging: logging:
driver: "json-file" driver: "json-file"
......
...@@ -17,6 +17,7 @@ version: '2.1' ...@@ -17,6 +17,7 @@ version: '2.1'
services: services:
device-configuration: device-configuration:
image: ${LOCAL_DOCKER_REGISTRY_HOST}/${LOCAL_DOCKER_REGISTRY_USER}/lofar-device-base image: ${LOCAL_DOCKER_REGISTRY_HOST}/${LOCAL_DOCKER_REGISTRY_USER}/lofar-device-base
hostname: device-configuration
container_name: device-configuration container_name: device-configuration
logging: logging:
driver: "json-file" driver: "json-file"
......
...@@ -17,6 +17,7 @@ version: '2.1' ...@@ -17,6 +17,7 @@ version: '2.1'
services: services:
device-digitalbeam: device-digitalbeam:
image: ${LOCAL_DOCKER_REGISTRY_HOST}/${LOCAL_DOCKER_REGISTRY_USER}/lofar-device-base image: ${LOCAL_DOCKER_REGISTRY_HOST}/${LOCAL_DOCKER_REGISTRY_USER}/lofar-device-base
hostname: device-digitalbeam
container_name: device-digitalbeam container_name: device-digitalbeam
logging: logging:
driver: "json-file" driver: "json-file"
......
...@@ -17,6 +17,7 @@ version: '2.1' ...@@ -17,6 +17,7 @@ version: '2.1'
services: services:
device-docker: device-docker:
image: ${LOCAL_DOCKER_REGISTRY_HOST}/${LOCAL_DOCKER_REGISTRY_USER}/lofar-device-base image: ${LOCAL_DOCKER_REGISTRY_HOST}/${LOCAL_DOCKER_REGISTRY_USER}/lofar-device-base
hostname: device-docker
container_name: device-docker container_name: device-docker
logging: logging:
driver: "json-file" driver: "json-file"
......
...@@ -16,6 +16,7 @@ version: '2.1' ...@@ -16,6 +16,7 @@ version: '2.1'
services: services:
device-observation-control: device-observation-control:
image: ${LOCAL_DOCKER_REGISTRY_HOST}/${LOCAL_DOCKER_REGISTRY_USER}/lofar-device-base image: ${LOCAL_DOCKER_REGISTRY_HOST}/${LOCAL_DOCKER_REGISTRY_USER}/lofar-device-base
hostname: device-observation-control
container_name: device-observation-control container_name: device-observation-control
logging: logging:
driver: "json-file" driver: "json-file"
......
...@@ -15,6 +15,7 @@ version: '2.1' ...@@ -15,6 +15,7 @@ version: '2.1'
services: services:
device-observation: device-observation:
image: ${LOCAL_DOCKER_REGISTRY_HOST}/${LOCAL_DOCKER_REGISTRY_USER}/lofar-device-base image: ${LOCAL_DOCKER_REGISTRY_HOST}/${LOCAL_DOCKER_REGISTRY_USER}/lofar-device-base
hostname: device-observation
container_name: device-observation container_name: device-observation
logging: logging:
driver: "json-file" driver: "json-file"
......
...@@ -12,6 +12,7 @@ volumes: ...@@ -12,6 +12,7 @@ volumes:
services: services:
device-pcon: device-pcon:
image: ${LOCAL_DOCKER_REGISTRY_HOST}/${LOCAL_DOCKER_REGISTRY_USER}/lofar-device-base image: ${LOCAL_DOCKER_REGISTRY_HOST}/${LOCAL_DOCKER_REGISTRY_USER}/lofar-device-base
hostname: device-pcon
container_name: device-pcon container_name: device-pcon
logging: logging:
driver: "json-file" driver: "json-file"
......
...@@ -12,6 +12,7 @@ volumes: ...@@ -12,6 +12,7 @@ volumes:
services: services:
device-psoc: device-psoc:
image: ${LOCAL_DOCKER_REGISTRY_HOST}/${LOCAL_DOCKER_REGISTRY_USER}/lofar-device-base image: ${LOCAL_DOCKER_REGISTRY_HOST}/${LOCAL_DOCKER_REGISTRY_USER}/lofar-device-base
hostname: device-psoc
container_name: device-psoc container_name: device-psoc
logging: logging:
driver: "json-file" driver: "json-file"
......
...@@ -17,6 +17,7 @@ version: '2.1' ...@@ -17,6 +17,7 @@ version: '2.1'
services: services:
device-rcu2h: device-rcu2h:
image: ${LOCAL_DOCKER_REGISTRY_HOST}/${LOCAL_DOCKER_REGISTRY_USER}/lofar-device-base image: ${LOCAL_DOCKER_REGISTRY_HOST}/${LOCAL_DOCKER_REGISTRY_USER}/lofar-device-base
hostname: device-rcu2h
container_name: device-rcu2h container_name: device-rcu2h
logging: logging:
driver: "json-file" driver: "json-file"
......
...@@ -17,6 +17,7 @@ version: '2.1' ...@@ -17,6 +17,7 @@ version: '2.1'
services: services:
device-rcu2l: device-rcu2l:
image: ${LOCAL_DOCKER_REGISTRY_HOST}/${LOCAL_DOCKER_REGISTRY_USER}/lofar-device-base image: ${LOCAL_DOCKER_REGISTRY_HOST}/${LOCAL_DOCKER_REGISTRY_USER}/lofar-device-base
hostname: device-rcu2l
container_name: device-rcu2l container_name: device-rcu2l
logging: logging:
driver: "json-file" driver: "json-file"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment