aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes/scripts (unfollow)
Commit message (Collapse)AuthorLines
2024-05-27Set Poetry package-mode preference to falseGravatar Joe Banks-0/+1
2024-05-27Dependency Bumps 27/05/2024Gravatar Joe Banks-201/+198
- Explicitly bump octodns-cloudflare to 0.0.6 - Explicitly bump ansible-core to 2.17.0 - Explicitly bump ruff to 0.4.5 - Implicitly bump requests to 2.32.2
2024-05-27Update Chris's user settingsGravatar Joe Banks-99/+99
2024-05-27Fix AlertManager Discord instance formattingGravatar Joe Banks-1/+1
We made a change to include the instance in alerts sent to Discord, but not all of our configured alerts send this field. As a result, we would have incorrectly formatted alerts being sent through to Discord which were tricky to read. The format template has now been changed to only conditionally render the instance label if it is present on a triggered alert.
2024-05-27Add 404 fallback for files serverGravatar Joe Banks-1/+1
Previously the files server would return a HTTP 500 if a matching file was not found, since internally NGINX would fall into a redirect loop trying to locate the relevant file. This adds a final 404 fallback handler so if there is not a direct match we return an error instead of returning a HTTP 500.
2024-05-27Add new alias for file serverGravatar Joe Banks-1/+1
2024-05-27Bump HassanAbouelela/actions from setup-python_v1.5.0 to 1.6.0Gravatar dependabot[bot]-4/+4
Bumps [HassanAbouelela/actions](https://github.com/hassanabouelela/actions) from setup-python_v1.5.0 to 1.6.0. This release includes the previously tagged commit. - [Release notes](https://github.com/hassanabouelela/actions/releases) - [Commits](https://github.com/hassanabouelela/actions/compare/setup-python_v1.5.0...setup-python_v1.6.0) --- updated-dependencies: - dependency-name: HassanAbouelela/actions dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
2024-05-26Generate a certificate for `prometheus.lovelace.box.pydis.wtf` (#305)Gravatar Amrou Bellalouna-0/+15
* generate cert for prometheus.lovelace.box.pydis.wtf * add dns record for prometheus.lovelace.box
2024-05-20Take 15 minutes before alerting on high latencyGravatar Johannes Christ-2/+2
2024-05-19Enforce SSL for remote PostgreSQL connectionsGravatar Johannes Christ-5/+5
2024-05-18Configure Prometheus PostgreSQL exporterGravatar Johannes Christ-0/+4
2024-05-18Instruct code jam management to connect to lovelaceGravatar Johannes Christ-0/+0
2024-05-18craete codejam pg userGravatar shtlrs-21/+36
2024-05-18Instruct black knight to connect to lovelaceGravatar Johannes Christ-0/+0
2024-05-18add a blacknight pg userGravatar shtlrs-17/+32
2024-05-18Annotations.instance => Labels.instanceGravatar Joe Banks-1/+1