Skip to content

Commit

Permalink
feat: IR-533
Browse files Browse the repository at this point in the history
  • Loading branch information
gasRU76 committed Aug 7, 2024
1 parent 6af4f41 commit d8c4012
Show file tree
Hide file tree
Showing 6 changed files with 102 additions and 0 deletions.
11 changes: 11 additions & 0 deletions charts/benchmarking-target-large/Chart.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
apiVersion: v2
name: benchmarking-target-large
description: https://github.com/NeuraLegion/benchmarking_target
type: application
keywords:
- benchmarking-target-large
version: 0.0.1
dependencies:
- name: simple-service
version: 0.0.1
repository: "file://../../simple-service"
23 changes: 23 additions & 0 deletions charts/benchmarking-target-large/values.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
simple-service:
application:
image: brightsec/benchmarking_target:large
port: 3000
resources:
requests:
cpu: 50m
memory: 128Mi
limits:
cpu: 250m
memory: 512Mi
livenessProbe:
httpGet:
path: /
port: 3000
scheme: HTTP
initialDelaySeconds: 30
periodSeconds: 30
startupProbe:
httpGet:
path: /
port: 3000
scheme: HTTP
11 changes: 11 additions & 0 deletions charts/benchmarking-target-medium/Chart.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
apiVersion: v2
name: benchmarking-target-medium
description: https://github.com/NeuraLegion/benchmarking_target
type: application
keywords:
- benchmarking-target-medium
version: 0.0.1
dependencies:
- name: simple-service
version: 0.0.1
repository: "file://../../simple-service"
23 changes: 23 additions & 0 deletions charts/benchmarking-target-medium/values.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
simple-service:
application:
image: brightsec/benchmarking_target:medium
port: 3000
resources:
requests:
cpu: 50m
memory: 128Mi
limits:
cpu: 250m
memory: 512Mi
livenessProbe:
httpGet:
path: /
port: 3000
scheme: HTTP
initialDelaySeconds: 30
periodSeconds: 30
startupProbe:
httpGet:
path: /
port: 3000
scheme: HTTP
11 changes: 11 additions & 0 deletions charts/benchmarking-target-small/Chart.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
apiVersion: v2
name: benchmarking-target-small
description: https://github.com/NeuraLegion/benchmarking_target
type: application
keywords:
- benchmarking-target-small
version: 0.0.1
dependencies:
- name: simple-service
version: 0.0.1
repository: "file://../../simple-service"
23 changes: 23 additions & 0 deletions charts/benchmarking-target-small/values.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
simple-service:
application:
image: brightsec/benchmarking_target:small
port: 3000
resources:
requests:
cpu: 50m
memory: 128Mi
limits:
cpu: 250m
memory: 512Mi
livenessProbe:
httpGet:
path: /
port: 3000
scheme: HTTP
initialDelaySeconds: 30
periodSeconds: 30
startupProbe:
httpGet:
path: /
port: 3000
scheme: HTTP

0 comments on commit d8c4012

Please sign in to comment.