Skip to content

Commit

Permalink
style: jsonnetfmp
Browse files Browse the repository at this point in the history
  • Loading branch information
sentoz committed Dec 18, 2024
1 parent de5299e commit 41a5688
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion operations/mimir/rollout-operator.libsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
if $._config.enable_rollout_operator_webhook then
[
$.core.v1.containerPort.new('http-metrics', 8001),
$.core.v1.containerPort.new('https', 8443)
$.core.v1.containerPort.new('https', 8443),
]
else [$.core.v1.containerPort.new('http-metrics', 8001)],
) +
Expand Down

0 comments on commit 41a5688

Please sign in to comment.