feat(ntfy-sh): add resources
This commit is contained in:
parent
efb22e4133
commit
bb635affa5
3 changed files with 10 additions and 4 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -10,3 +10,11 @@ image:
|
|||
prometheus:
|
||||
podmonitor:
|
||||
enabled: true
|
||||
|
||||
resources:
|
||||
limits:
|
||||
memory: "2Gi"
|
||||
cpu: "1000m"
|
||||
requests:
|
||||
cpu: 100m
|
||||
memory: 50Mi
|
||||
|
|
Loading…
Reference in a new issue