Skip to content

Commit

Permalink
Preserve ingress in repeater configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
rielas committed Aug 7, 2024
1 parent d8c4012 commit d062fba
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 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.71
version: 0.0.72
icon: https://raw.githubusercontent.com/NeuraLegion/brokencrystals/stable/public/public/assets/img/logo.png
keywords:
- brokencrystals
Expand Down
2 changes: 0 additions & 2 deletions charts/brokencrystals/templates/ingress.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
{{- if not (and .Values.repeaterID .Values.token .Values.cluster) }}
---
apiVersion: networking.k8s.io/v1
kind: Ingress
Expand Down Expand Up @@ -57,7 +56,6 @@ spec:
name: {{ .Release.Name }}-keycloak
port:
number: 8080
{{- end }}
---
apiVersion: networking.k8s.io/v1
kind: Ingress
Expand Down

0 comments on commit d062fba

Please sign in to comment.