diff --git a/charts/brokencrystals/Chart.yaml b/charts/brokencrystals/Chart.yaml index fc8f3fe0..8b109225 100644 --- a/charts/brokencrystals/Chart.yaml +++ b/charts/brokencrystals/Chart.yaml @@ -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 diff --git a/charts/brokencrystals/templates/ingress.yaml b/charts/brokencrystals/templates/ingress.yaml index c7a9d95b..a4317937 100644 --- a/charts/brokencrystals/templates/ingress.yaml +++ b/charts/brokencrystals/templates/ingress.yaml @@ -26,7 +26,7 @@ spec: service: name: {{ .Release.Name }} port: - number: 80 + number: 3000 --- apiVersion: networking.k8s.io/v1