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

View file

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

View file

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