42Crunch / scand-manager

Kubernetes Wrapper for 42Crunch Scan
GNU Affero General Public License v3.0
1 stars 0 forks source link

Container Config addition #18

Closed markstubb closed 1 year ago

markstubb commented 1 year ago

Adding the ability to specify scand-agent resources and securityContexts via podconfig input file.
the input file format for podconfig will now have an additional context of 'container' as so:

containers:
  - securityContext:
      runAsUser: 1000
    resources:
      limits:
        cpu: "1"
        memory: "512Mi"

This allows the end user to specify securityContext as well as resource limits on the launched scand-agent containers