Skip to content

Commit

Permalink
F Add gunicorn to metrics provider validation in k8s tools
Browse files Browse the repository at this point in the history
  • Loading branch information
ymilki committed Jul 5, 2023
1 parent 5d5849f commit 4b57a02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion paasta_tools/kubernetes_tools.py
Original file line number Diff line number Diff line change
Expand Up @@ -787,7 +787,7 @@ def get_autoscaling_metric_spec(
),
)
)
elif metrics_provider in {"uwsgi", "piscina"}:
elif metrics_provider in {"uwsgi", "piscina", "gunicorn"}:
metrics.append(
V2beta2MetricSpec(
type="Object",
Expand Down

0 comments on commit 4b57a02

Please sign in to comment.