Skip to content

Dashboard Importer Job in Elastic-Hook must be configurable #1332

Closed
@rseedorff

Description

@rseedorff
  • Ressource Quota for the Import Job must be configurable
    Dashboard Import should be configurable:
dashboardImporter:
  enabled: false
  image:
    # image.repository -- Image repository for the dashboard importer job
    repository: securecodebox/persistence-elastic-dashboard-importer
    # image.tag -- Image tag for the dashboard importer job
    # @default -- defaults to the charts version
    tag: null
  # dashboardImporter.resources -- CPU/memory resource requests/limits (see: https://kubernetes.io/docs/tasks/configure-pod-container/assign-memory-resource/, https://kubernetes.io/docs/tasks/configure-pod-container/assign-cpu-resource/)
  resources: {}
  #   resources:
  #     requests:
  #       memory: "256Mi"
  #       cpu: "250m"
  #     limits:
  #       memory: "512Mi"
  #       cpu: "500m"
  # dashboardImporter.securityContext -- Optional securityContext set on scanner container (see: https://kubernetes.io/docs/tasks/configure-pod-container/security-context/)
  securityContext:
    # scanner.securityContext.runAsNonRoot -- Enforces that the scanner image is run as a non root user
    runAsNonRoot: false
    # scanner.securityContext.readOnlyRootFilesystem -- Prevents write access to the containers file system
    readOnlyRootFilesystem: false
    # scanner.securityContext.allowPrivilegeEscalation -- Ensure that users privileges cannot be escalated
    allowPrivilegeEscalation: false
    # scanner.securityContext.privileged -- Ensures that the scanner container is not run in privileged mode
    privileged: false
    capabilities:
      drop:
        # scanner.securityContext.capabilities.drop[0] -- This drops all linux privileges from the container.
        - all

Activity

modified the milestones: v3.10.0, v3.15.0 on Aug 31, 2022
added a commit that references this issue on Sep 2, 2022
a717ea8
moved this from Todo to In Progress in secureCodeBox v4on Sep 3, 2022
self-assigned this
on Sep 3, 2022
added a commit that references this issue on Sep 5, 2022

Merge pull request #1338 from secureCodeBox/feature/add-dashboard-imp…

1558a72
Repository owner moved this from In Progress to Done in secureCodeBox v4on Sep 5, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

hookImplement or update a hook

Type

No type

Projects

  • Status

    Done

Relationships

None yet

Development

No branches or pull requests

Issue actions

    Dashboard Importer Job in Elastic-Hook must be configurable · Issue #1332 · secureCodeBox/secureCodeBox