Skip to content

Commit

Permalink
Fix Ingress port
Browse files Browse the repository at this point in the history
  • Loading branch information
gornication committed Jan 29, 2024
1 parent a32724d commit 5a719b3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/brokencrystals/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: |
Benchmark application that uses modern technologies and implements a set of
common security vulnerabilities
type: application
version: 0.0.51
version: 0.0.52
keywords:
- brokencrystals-exp
- brkn-e
2 changes: 1 addition & 1 deletion charts/brokencrystals/templates/ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ spec:
service:
name: {{ .Release.Name }}
port:
number: 80
number: 3000

---
apiVersion: networking.k8s.io/v1
Expand Down

0 comments on commit 5a719b3

Please sign in to comment.