Skip to content

Commit

Permalink
Repeater verbose logging + allow public domain with repeater (#353)
Browse files Browse the repository at this point in the history
Co-authored-by: Denan Musinovic <[email protected]>
  • Loading branch information
denanmusinovic and Denan Musinovic authored Jul 23, 2024
1 parent bb35201 commit dd8fbca
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 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.77
version: 0.0.78
keywords:
- brokencrystals
- brkn
3 changes: 2 additions & 1 deletion charts/brokencrystals/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,8 @@ spec:
- "--token=$(TOKEN)"
- "--id=$(REPEATER_ID)"
- "--cluster=$(CLUSTER)"
- "--timeout=$(TIMEOUT)"
- "--timeout=$(TIMEOUT)"
- "--log-level=verbose"
resources:
requests:
cpu: 200m
Expand Down
4 changes: 2 additions & 2 deletions charts/brokencrystals/templates/ingress.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{{- if not (and .Values.repeaterID .Values.token .Values.cluster) }}

---
apiVersion: networking.k8s.io/v1
kind: Ingress
Expand Down Expand Up @@ -57,7 +57,7 @@ spec:
name: {{ .Release.Name }}-keycloak
port:
number: 8080
{{- end }}

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

0 comments on commit dd8fbca

Please sign in to comment.