feat(ntfy-sh): add resources

This commit is contained in:
Tommy 2024-05-13 17:09:25 +02:00
parent efb22e4133
commit bb635affa5
No known key found for this signature in database
3 changed files with 10 additions and 4 deletions

View file

@ -4,7 +4,7 @@ description: |
ntfy lets you send push notifications to your phone or desktop via scripts from any computer
appVersion: 2.10.0
type: application
version: 0.2.4
version: 0.2.5
maintainers:
- name: Tommy Skaug
email: tommy@skaug.me

View file

@ -35,9 +35,7 @@ spec:
- name: NTFY_ENABLE_LOGIN
value: "true"
resources:
limits:
memory: "128Mi"
cpu: "500m"
{{- toYaml .Values.resources | nindent 10 }}
ports:
- containerPort: 80
name: http

View file

@ -10,3 +10,11 @@ image:
prometheus:
podmonitor:
enabled: true
resources:
limits:
memory: "2Gi"
cpu: "1000m"
requests:
cpu: 100m
memory: 50Mi