feat: Add ALVR installation and configuration to playbook, update mstream module with ingress and deployment resources
This commit is contained in:
@@ -65,6 +65,9 @@ resource "kubernetes_deployment" "samba" {
|
||||
labels = {
|
||||
samba = "samba"
|
||||
}
|
||||
annotations = {
|
||||
"smb_conf_checksum" = local.samba_config_hash
|
||||
}
|
||||
}
|
||||
|
||||
spec {
|
||||
|
||||
Reference in New Issue
Block a user