feat: Add VFIO binding script and update playbook for enhanced virtualization support
This commit is contained in:
@@ -364,7 +364,7 @@ resource "kubernetes_deployment" "proxy" {
|
||||
container {
|
||||
name = "proxy"
|
||||
image = "nginx:${var.tag}"
|
||||
image_pull_policy = "Always"
|
||||
image_pull_policy = "IfNotPresent"
|
||||
|
||||
resources {
|
||||
requests = {
|
||||
|
||||
Reference in New Issue
Block a user