feat: update resource limits and disable notifications controller in values.yaml

This commit is contained in:
2026-04-17 23:24:30 +02:00
parent ad3a5e1013
commit 2acdc8c1ad
+8 -8
View File
@@ -895,13 +895,13 @@ controller:
podLabels: {}
# -- Resource limits and requests for the application controller pods
resources: {}
# limits:
# cpu: 500m
# memory: 512Mi
# requests:
# cpu: 250m
# memory: 256Mi
resources:
limits:
cpu: 500m
memory: 512Mi
requests:
cpu: 250m
memory: 256Mi
# Application controller container ports
containerPorts:
@@ -3517,7 +3517,7 @@ applicationSet:
## Notifications controller
notifications:
# -- Enable notifications controller
enabled: true
enabled: false
# -- Notifications controller name string
name: notifications-controller