Skip to content

Commit

Permalink
jsonnet: fix common/defaultPorts parameters (#1501)
Browse files Browse the repository at this point in the history
  • Loading branch information
anarcher authored and sh0rez committed Jan 13, 2020
1 parent 9227eed commit 073258c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions production/ksonnet/loki/common.libsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@

defaultPorts::
[
containerPort.newNamed('http-metrics', 80),
containerPort.newNamed('grpc', 9095),
containerPort.newNamed(name='http-metrics', containerPort=80),
containerPort.newNamed(name='grpc', containerPort=9095),
],
},
}

0 comments on commit 073258c

Please sign in to comment.