Skip to content

Commit

Permalink
Add webgoat
Browse files Browse the repository at this point in the history
  • Loading branch information
gornication committed May 29, 2023
1 parent cb7f349 commit 7faab11
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 0 deletions.
12 changes: 12 additions & 0 deletions charts/webgoat/Chart.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
apiVersion: v2
name: webgoat
description: Vulnerable app for testing apps based on Java
type: application
keywords:
- webgoat
- wg
version: 0.0.1
dependencies:
- name: simple-service
version: 0.0.1
repository: "file://../../simple-service"
18 changes: 18 additions & 0 deletions charts/webgoat/values.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
simple-service:
application:
image: webgoat/webgoat
port: 80
resources:
requests:
cpu: 256m
memory: 750Mi
limits:
memory: 1024Mi
ephemeral-storage: "4Gi"
livenessProbe:
httpGet:
path: /
port: 80
scheme: HTTP
initialDelaySeconds: 120
periodSeconds: 30

0 comments on commit 7faab11

Please sign in to comment.