Skip to content

Commit

Permalink
fix jmx exporter container spec
Browse files Browse the repository at this point in the history
  • Loading branch information
portswigger-tim committed Jan 18, 2024
1 parent 6836d63 commit a2ef65c
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion charts/scan-controller/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
28 changes: 14 additions & 14 deletions charts/scan-controller/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a2ef65c

Please sign in to comment.