Skip to content

Commit

Permalink
Adds missing server.port for operator
Browse files Browse the repository at this point in the history
  • Loading branch information
bonzofenix committed Jun 25, 2024
1 parent 6e7c2af commit 05fdd89
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions jobs/operator/spec
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,11 @@ properties:
autoscaler.scalingengine_db_connection_config.connection_max_lifetime:
default: 60s


autoscaler.operator.server.port:
description: "the listening port of health endpoint"
default: 6208

autoscaler.operator.logging.level:
description: "the leve of logging"
default: "info"
Expand Down
2 changes: 2 additions & 0 deletions jobs/operator/templates/operator.yml.erb
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@ cf:



server:
port: <%= p("autoscaler.operator.server.port") %>
logging:
level: <%= p("autoscaler.operator.logging.level") %>
health:
Expand Down

0 comments on commit 05fdd89

Please sign in to comment.