mirror of
https://github.com/dredx/prole.git
synced 2026-09-24 15:54:32 +00:00
- Infrastructure:
- Updated k3s Ansible role with mountpoint preflight checks and better permission management.
- Automated deployment of prole configuration and port-forwarding scripts to cluster hosts.
- Added systemd service for managing port forwards on k3s nodes.
- Added prole-installer service account token automation.
- K8s Manifests:
- Renamed and added Persistent Volumes in iscsi-pvs.yaml (including OpenBao support).
- Updated StatefulSets for garage and openbao.
- Migrated prole-db to CloudNativePG-based configuration.
- Added comprehensive OpenTofu manifests for cluster deployment.
- Configuration:
- Added cluster-specific configurations (k3d, k3s-hosts).
- Added PostgreSQL configuration templates.
- Updated .gitignore to track the conf/ directory.
- Tools:
- Updated install.py and port-forwarding scripts.
- Added render_manifest.py for manifest generation.
4 lines
213 B
HCL
4 lines
213 B
HCL
k3s_server_url = "https://myrddin.prole.org:6443"
|
|
k3s_token = "K103e9c0e1a483b492e7928ef25e5d732ac6775a8684653e07c7d9f82632ee4aaa6::server:7ad0aa18511842387814d4fb4bf6461f"
|
|
namespace = "prole-chrisfu-abracadabra"
|