| Commit message (Collapse) | Author | Age | Lines |
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
docker tag to v2.13.0 (#412)
| datasource | package | from | to |
| ---------- | ----------------------------------------------------- | ------- | ------- |
| docker | registry.k8s.io/kube-state-metrics/kube-state-metrics | v2.12.0 | v2.13.0 |
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
| |
|
|
|
|
|
|
| |
| datasource | package | from | to |
| ---------- | ------- | ---- | ---- |
| docker | ghost | 5.87 | 5.88 |
|
|
|
|
|
|
|
| |
This allows us to authenticate requests to LDAP with LDAPS and ensure a)
authenticity and b) security of the transmission.
Signed-off-by: Joe Banks <[email protected]>
|
|
|
|
|
|
| |
| datasource | package | from | to |
| ---------- | ------------------------- | ------ | ------ |
| docker | quay.io/keycloak/keycloak | 25.0.1 | 25.0.2 |
|
| |
|
|
|
|
|
|
| |
| datasource | package | from | to |
| ---------- | -------------------------------- | ------ | ------ |
| docker | quay.io/prometheus/node-exporter | v1.2.0 | v1.8.2 |
|
|
|
|
|
|
| |
| datasource | package | from | to |
| ---------- | ------- | ---- | ---- |
| docker | ghost | 5.78 | 5.87 |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
This also documents secrets that were already present in the file.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
We will use this to deploy internal TLS certificates from a self-signed
CA that allows for TLS traffic within the cluster.
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
It seems that Linode has added storage reporting info to the CSI driver
allowing us to pick up on the storage use of persistent volume claims
within the cluster.
This creates and deploys an alert that will report if any volume has
under 10% of space left. I have excluded Prometheus as our TSDB
retention settings mean that it will always stay just below it's volume
size by design.
|
|
|
|
|
|
|
|
|
| |
* `retention_enabled`: enable retention mode within the compactor
* `delete_request_store`: store deletion requests within the s3 cluster
that is also used to house log chunks
* `delete_request_cancel_period`: do not exercise log deletion
instructions until at least one hour has passed to prevent accidental
deletion
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
Kubernetes renames ENTRYPOINT in Docker images to command and any
additional args go in `args` (confusing, I know!)
This ensures that we run within the context of Poetry so can reach
Django and other installed requirements when running migrations.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
In accordance with updates from python-discord/site#1338 this changes
the way migrations are run.
Previously, migrations would be run all from within the manage.py
execution process with the command being manually spawned using Django
internals.
After python-discord/site#1338 merges the Dockerfile will directly
invoke gunicorn and bypass manage.py to simplify the process and avoid
problems with shared database contexts.
Hence, we need to manually run migrations using an init container. With
testing there is no additional delay in doing this as spinning up an
init container is cheap and we don't cut over any traffic until the site
passes a healthcheck anyway.
|
|
|
|
|
|
|
| |
This was a redundant rename and reduced the clarity of jobs when
querying from inside Grafana.
This rectifies that by renaming the stream to just `pods`.
|
| |
|
| |
|
| |
|
|
|
|
| |
Copies the Metricity deployment manifest from the Metricity repo.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|