run-x / opta

The next generation of Infrastructure-as-Code. Work with high-level constructs instead of getting lost in low-level cloud configuration.
https://docs.opta.dev
Apache License 2.0
906 stars 61 forks source link

Run metrics-server on port 8443 #941

Closed ctso closed 1 year ago

ctso commented 1 year ago

Description

The bitnami chart that we're using for metrics-server expects the underlying daemon to be listening on port 8443. When we made this change, we inadvertently caused metrics-server to start listening on the default port of 443. This means that liveness probes are failing, causing metrics-server deploys to fail.

Safety checklist

How has this change been tested, beside unit tests?

I have not tested this change, but reading through the code I'm confident this should fix it.