gitea burst resources

This commit is contained in:
Remy Moll 2025-01-14 19:42:25 +01:00
parent 07ea858c72
commit 3c0a403352
3 changed files with 4 additions and 3 deletions

View File

@ -14,7 +14,7 @@ spec:
spec: spec:
containers: containers:
- name: homeassistant - name: homeassistant
image: homeassistant/home-assistant image: homeassistant
ports: ports:
- containerPort: 8123 - containerPort: 8123
env: env:

View File

@ -13,6 +13,6 @@ resources:
images: images:
- name: homeassistant/home-assistant - name: homeassistant
newName: homeassistant/home-assistant newName: homeassistant/home-assistant
newTag: "2025.1" newTag: "2025.1"

View File

@ -59,7 +59,8 @@ ingress:
resources: resources:
limits: limits:
cpu: 1 cpu: 1
memory: 1Gi memory: 5Gi
# high memory should be allowed to handle package uploads
requests: requests:
cpu: 100m cpu: 100m
memory: 128Mi memory: 128Mi