jelmer / xandikos

A CalDAV/CardDAV server backed by Git
https://www.xandikos.org/
GNU General Public License v3.0
409 stars 41 forks source link

Use correct port in kubernetes to not conflict with the metrics port #286

Closed MTRNord closed 6 months ago

MTRNord commented 6 months ago

Hi port 8081 is the default port of metrics, and it seems to fail with "address already in use" if the --port=8081 argument is used, since the metrics server already seems to be running. Changing this to 8080 (the default value) makes it work.