feat: Add ALVR installation and configuration to playbook, update mstream module with ingress and deployment resources

This commit is contained in:
2025-11-18 18:19:42 +01:00
parent b3601e08b1
commit edbe8fbf6f
9 changed files with 269 additions and 8 deletions
+3
View File
@@ -65,6 +65,9 @@ resource "kubernetes_deployment" "samba" {
labels = {
samba = "samba"
}
annotations = {
"smb_conf_checksum" = local.samba_config_hash
}
}
spec {