Skip to content
Snippets Groups Projects
Verified Commit feb5da12 authored by David Hoese's avatar David Hoese
Browse files

Add mtu specifier to service definition in CI

parent 1d8c297e
No related branches found
No related tags found
1 merge request!5Add initial attempt at S3 geotiff reading
Pipeline #39475 failed with stages
in 9 minutes and 7 seconds
......@@ -3,8 +3,6 @@ stages:
- test image
- build chart
- deploy
# - registry_cleanup
image: docker:19.03.1
variables:
DOCKER_TLS_CERTDIR: ""
DOCKER_HOST: "tcp://docker:2375"
......@@ -12,7 +10,8 @@ variables:
# DOCKER_HOST: "tcp://localhost:2376"
DOCKER_DRIVER: overlay2
services:
- docker:19.03.1-dind
- name: docker:19.03.1-dind
command: ["--mtu=1400"]
include:
- project: 'cspp_geo/geosphere/geosphere-deploy'
......
......@@ -8,33 +8,11 @@ image:
repository: gitlab.ssec.wisc.edu:5555/cspp_geo/geosphere/geosphere-mapserver/geosphere-mapserver
pullPolicy: IfNotPresent
products:
- C01
- C02
- C03
- C04
- C05
- C06
- C07
- C08
- C09
- C10
- C11
- C12
- C13
- C14
- C15
- C16
- true_color_night
platforms:
- "g16"
- "g17"
- "g18"
sectors:
- "radf"
- "radc"
- "radm1"
- "radm2"
# Filter products to support based on the following
# empty list => use defaults
products: []
platforms: []
sectors: []
database:
postgresHost: ""
postgresPort: 5432
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment