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
|
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
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -10,3 +10,11 @@ image:
|
||||||
prometheus:
|
prometheus:
|
||||||
podmonitor:
|
podmonitor:
|
||||||
enabled: true
|
enabled: true
|
||||||
|
|
||||||
|
resources:
|
||||||
|
limits:
|
||||||
|
memory: "2Gi"
|
||||||
|
cpu: "1000m"
|
||||||
|
requests:
|
||||||
|
cpu: 100m
|
||||||
|
memory: 50Mi
|
||||||
|
|
Loading…
Reference in a new issue