Skip to content

Commit

Permalink
adding benchmarking-webdriver-target app
Browse files Browse the repository at this point in the history
  • Loading branch information
Denan Musinovic authored and rielas committed Nov 12, 2024
1 parent cc6db81 commit f90147c
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 0 deletions.
12 changes: 12 additions & 0 deletions charts/benchmarking-webdriver-target/Chart.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
apiVersion: v2
name: benchmarking-webdriver-target
description: benchmarking-webdriver-target
type: application
keywords:
- benchmarking-webdriver-target
- bwt
version: 0.0.2
dependencies:
- name: simple-service
version: 0.0.1
repository: "file://../../simple-service"
23 changes: 23 additions & 0 deletions charts/benchmarking-webdriver-target/values.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
simple-service:
application:
image: ghcr.io/neuralegion/target2-app:latest
port: 5000
resources:
requests:
cpu: 50m
memory: 128Mi
limits:
cpu: 250m
memory: 512Mi
livenessProbe:
httpGet:
path: /
port: 5000
scheme: HTTP
initialDelaySeconds: 30
periodSeconds: 30
startupProbe:
httpGet:
path: /
port: 5000
scheme: HTTP

0 comments on commit f90147c

Please sign in to comment.