Skip to content

Commit

Permalink
chore: change registry env var (#3570)
Browse files Browse the repository at this point in the history
This conflicts with the auto generated env var on kube if there is a
service named ftl-registry.
  • Loading branch information
stuartwdouglas authored Nov 29, 2024
1 parent 345ca71 commit 33501ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/cli/cmd_serve.go
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ type serveCommonConfig struct {
Bind *url.URL `help:"Starting endpoint to bind to and advertise to. Each controller, ingress, runner and language plugin will increment the port by 1" default:"http://127.0.0.1:8891"`
DBPort int `help:"Port to use for the database." env:"FTL_DB_PORT" default:"15432"`
MysqlPort int `help:"Port to use for the MySQL database, if one is required." env:"FTL_MYSQL_PORT" default:"13306"`
RegistryPort int `help:"Port to use for the registry." env:"FTL_REGISTRY_PORT" default:"15000"`
RegistryPort int `help:"Port to use for the registry." env:"FTL_OCI_REGISTRY_PORT" default:"15000"`
Controllers int `short:"c" help:"Number of controllers to start." default:"1"`
Provisioners int `short:"p" help:"Number of provisioners to start." default:"1"`
Background bool `help:"Run in the background." default:"false"`
Expand Down

0 comments on commit 33501ce

Please sign in to comment.