Skip to content

Commit

Permalink
Merge pull request #229 from m-lab/sandbox-soltesz-ndt-v0.10.0
Browse files Browse the repository at this point in the history
Update ndt-server version and output dir names
  • Loading branch information
stephen-soltesz authored Jul 17, 2019
2 parents 0e70a40 + 2d0905e commit 64aab20
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions k8s/daemonsets/experiments/ndt.jsonnet
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
local exp = import '../templates.jsonnet';

exp.Experiment('ndt', 2, ['legacy', 'ndt7']) + {
exp.Experiment('ndt', 2, ['ndt5', 'ndt7']) + {
spec+: {
template+: {
spec+: {
containers+: [
{
name: 'ndt-server',
image: 'measurementlab/ndt-server:v0.9.1',
image: 'measurementlab/ndt-server:v0.10.0',
args: [
'-key=/certs/key.pem',
'-cert=/certs/cert.pem',
Expand All @@ -32,7 +32,7 @@ exp.Experiment('ndt', 2, ['legacy', 'ndt7']) + {
readOnly: true,
},
exp.uuid.volumemount,
exp.VolumeMount('ndt', 'legacy'),
exp.VolumeMount('ndt', 'ndt5'),
exp.VolumeMount('ndt', 'ndt7'),
],
ports: [
Expand Down

0 comments on commit 64aab20

Please sign in to comment.