aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes/namespaces (unfollow)
Commit message (Collapse)AuthorLines
2024-04-13Add a users roleGravatar Johannes Christ-1/+33
The new `pydis-users` role allows us to manage user accounts and move away from the root user setup script, eventually locking down SSH access to the root user. Joe, Chris and me have been added as users.
2024-04-12Copy root bashrc from skelGravatar Johannes Christ-0/+1
2024-04-12Configure SSH daemon options in unit dropinGravatar Johannes Christ-9/+20
Disable password authentication and root logins and use a configuration file that is independent of the `sshd_config` that `apt` itself will modify on upgrades.
2024-04-12Install unattended-upgrades on our nodesGravatar Johannes Christ-0/+8
2024-04-12Bump idna from 3.6 to 3.7 (#210)Gravatar dependabot[bot]-3/+3
Bumps [idna](https://github.com/kjd/idna) from 3.6 to 3.7. - [Release notes](https://github.com/kjd/idna/releases) - [Changelog](https://github.com/kjd/idna/blob/master/HISTORY.rst) - [Commits](https://github.com/kjd/idna/compare/v3.6...v3.7) --- updated-dependencies: - dependency-name: idna dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-10Enable scraping of Loki and Loki Canary podGravatar Joe Banks-0/+11
Adds the necessary Pod annotations (prometheus.io/scrape, etc.) to pods to have Prometheus service discovery automatically pick up on them and start scraping.
2024-04-10Document loki values fileGravatar Joe Banks-2/+20
2024-04-10Document alloy values fileGravatar Joe Banks-1/+11