update homebridge image, resource limits

This commit is contained in:
Gabriel Simmer 2024-04-14 23:50:57 +01:00
parent c8a5be7b3e
commit 72a2442c8c
Signed by: arch
SSH key fingerprint: SHA256:m3OEcdtrnBpMX+2BDGh/byv3hrCekCLzDYMdvGEKPPQ

View file

@ -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