From a2ef65c3354f6733e62bff9d429a7c58bbecb1dd Mon Sep 17 00:00:00 2001 From: Tim Birkett Date: Thu, 18 Jan 2024 10:59:34 +0000 Subject: [PATCH] fix jmx exporter container spec --- charts/scan-controller/Chart.yaml | 2 +- charts/scan-controller/values.yaml | 28 ++++++++++++++-------------- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/charts/scan-controller/Chart.yaml b/charts/scan-controller/Chart.yaml index 0f83bad..60bf3f1 100644 --- a/charts/scan-controller/Chart.yaml +++ b/charts/scan-controller/Chart.yaml @@ -15,7 +15,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.1.0-alpha-1 +version: 0.1.0-alpha-2 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to diff --git a/charts/scan-controller/values.yaml b/charts/scan-controller/values.yaml index 9cf800c..d6b979d 100644 --- a/charts/scan-controller/values.yaml +++ b/charts/scan-controller/values.yaml @@ -148,20 +148,20 @@ scanner: - containerPort: {{ .Values.scanner.jmxMetrics.prometheusExporterPort }} name: metrics protocol: TCP - resources: - limits: - memory: 128Mi - requests: - cpu: 100m - memory: 128Mi - securityContext: - runAsNonRoot: true - runAsUser: 1001 - terminationMessagePath: /dev/termination-log - terminationMessagePolicy: File - volumeMounts: - - mountPath: /etc/jmx - name: jmx-config + resources: + limits: + memory: 128Mi + requests: + cpu: 100m + memory: 128Mi + securityContext: + runAsNonRoot: true + runAsUser: 1001 + terminationMessagePath: /dev/termination-log + terminationMessagePolicy: File + volumeMounts: + - mountPath: /etc/jmx + name: jmx-config {{- end }} volumes: - name: home-burpsuite