Add context to content-server assets download error

This commit is contained in:
chris
2020-08-05 14:47:19 -04:00
committed by Chris Marshall
parent 13d35f17f1
commit f8559befca
6 changed files with 15 additions and 12 deletions

View File

@ -19,7 +19,7 @@ spec:
- --config=/config/config.yaml
- --content-server=http://localhost:9090
- --agree-eula
image: docker.io/criticalstack/quake:v1.0.1
image: docker.io/criticalstack/quake:v1.0.2
name: server
ports:
- containerPort: 8080
@ -37,7 +37,7 @@ spec:
- q3
- content
- --seed-content-url=http://content.quakejs.com
image: docker.io/criticalstack/quake:v1.0.1
image: docker.io/criticalstack/quake:v1.0.2
name: content-server
ports:
- containerPort: 9090