Skip to content

Commit

Permalink
add test
Browse files Browse the repository at this point in the history
Signed-off-by: Edvin Norling <edvin.norling@kognic.com>
  • Loading branch information
NissesSenap committed Apr 22, 2024
1 parent d05d16b commit 65ac298
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions charts/dependency-track/ci/additional-pvc.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
common:
secretKey:
createSecret: true

apiServer:
resources:
requests:
cpu: "1"
memory: "512Mi"
limits:
cpu: "2"
memory: "512Mi"
extraEnv:
SYSTEM_REQUIREMENT_CHECK_ENABLED: "false"
additionalVolumeMounts:
- name: foo
mountPath: /bar
additionalVolumes:
- name: foo
emptyDir: {}

frontend:
additionalVolumeMounts:
- name: foo
mountPath: /bar
additionalVolumes:
- name: foo
emptyDir: {}

0 comments on commit 65ac298

Please sign in to comment.