feat: update resource limits and disable notifications controller in values.yaml
This commit is contained in:
@@ -895,13 +895,13 @@ controller:
|
|||||||
podLabels: {}
|
podLabels: {}
|
||||||
|
|
||||||
# -- Resource limits and requests for the application controller pods
|
# -- Resource limits and requests for the application controller pods
|
||||||
resources: {}
|
resources:
|
||||||
# limits:
|
limits:
|
||||||
# cpu: 500m
|
cpu: 500m
|
||||||
# memory: 512Mi
|
memory: 512Mi
|
||||||
# requests:
|
requests:
|
||||||
# cpu: 250m
|
cpu: 250m
|
||||||
# memory: 256Mi
|
memory: 256Mi
|
||||||
|
|
||||||
# Application controller container ports
|
# Application controller container ports
|
||||||
containerPorts:
|
containerPorts:
|
||||||
@@ -3517,7 +3517,7 @@ applicationSet:
|
|||||||
## Notifications controller
|
## Notifications controller
|
||||||
notifications:
|
notifications:
|
||||||
# -- Enable notifications controller
|
# -- Enable notifications controller
|
||||||
enabled: true
|
enabled: false
|
||||||
|
|
||||||
# -- Notifications controller name string
|
# -- Notifications controller name string
|
||||||
name: notifications-controller
|
name: notifications-controller
|
||||||
|
|||||||
Reference in New Issue
Block a user