UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects

Increase memory limits for Flux notification controller

Merged Micah Nagel requested to merge flux-notify into master
1 file
+ 2
2
Compare changes
  • Side-by-side
  • Inline
@@ -109,10 +109,10 @@ patches:
resources:
limits:
cpu: 100m
memory: 100Mi
memory: 200Mi
requests:
cpu: 100m
memory: 100Mi
memory: 200Mi
- target:
kind: Deployment
name: source-controller
Loading