diff --git a/homelab/homebridge.yaml b/homelab/homebridge.yaml index f6d2478..16db81f 100644 --- a/homelab/homebridge.yaml +++ b/homelab/homebridge.yaml @@ -14,14 +14,14 @@ spec: spec: containers: - name: homebridge - image: oznu/homebridge:ubuntu + image: homebridge/homebridge:2024-01-08 resources: limits: - memory: "512Mi" - cpu: "1" + memory: "1024Mi" + cpu: "2" requests: - memory: "10Mi" - cpu: "1m" + memory: "256Mi" + cpu: "500m" ports: - containerPort: 8581 - containerPort: 5353