From 01512d99492cc978497c1c1654d7d1e0f2f421ac Mon Sep 17 00:00:00 2001 From: William P Date: Wed, 16 Apr 2025 21:38:46 -0400 Subject: [PATCH] emby: fix incorrect syntax in deployment --- emby/deployment.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/emby/deployment.yaml b/emby/deployment.yaml index a3a86ea..edcde55 100644 --- a/emby/deployment.yaml +++ b/emby/deployment.yaml @@ -61,15 +61,15 @@ spec: port: http securityContext: privileged: true - nodeSelector: - kubernetes.io/hostname: weyma-talos-testw04 resources: limits: - memory: "8192Mi" - cpu: "1000m" + memory: 8Gi + cpu: '1' requests: - memory: "4096Mi" + memory: 4Gi cpu: "500m" + nodeSelector: + kubernetes.io/hostname: weyma-talos-testw04 affinity: nodeAffinity: requiredDuringSchedulingIgnoredDuringExecution: