Skip to content

Commit

Permalink
Merge branch 'unstable'
Browse files Browse the repository at this point in the history
  • Loading branch information
rielas committed Oct 10, 2024
2 parents db74062 + 049ba92 commit 66f9b84
Show file tree
Hide file tree
Showing 4 changed files with 8 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.94
version: 0.0.99
icon: https://raw.githubusercontent.com/NeuraLegion/brokencrystals/stable/public/public/assets/img/logo.png
keywords:
- brokencrystals
Expand Down
4 changes: 4 additions & 0 deletions charts/brokencrystals/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,8 @@ spec:
value: "5432"
- name: DATABASE_DEBUG
value: "true"
- name: FASTIFY_LOG_LEVEL
value: "info"
- name: AWS_BUCKET
value: "https://neuralegion-open-bucket.s3.amazonaws.com"
- name: GOOGLE_MAPS_API
Expand Down Expand Up @@ -187,8 +189,10 @@ spec:
failureThreshold: 12
periodSeconds: 10

{{- if .Values.useMailcatcher }}
- name: mailcatcher
image: sj26/mailcatcher
{{- end }}

{{- if and .Values.repeaterID .Values.token .Values.cluster }}
- name: repeater
Expand Down
2 changes: 2 additions & 0 deletions charts/brokencrystals/templates/ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ spec:
port:
number: 8080

{{- if .Values.useMailcatcher }}
---
apiVersion: networking.k8s.io/v1
kind: Ingress
Expand Down Expand Up @@ -87,3 +88,4 @@ spec:
name: {{ .Release.Name }}-mailcatcher
port:
number: 1080
{{- end }}
2 changes: 1 addition & 1 deletion charts/brokencrystals/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ ingress:
authlevel: "."
images:
main: stable
client: stable
repeaterImageTag: ""
repeaterID: ""
token: ""
Expand All @@ -15,3 +14,4 @@ snifferApiKey: ""
snifferProjectID: ""
snifferNetworkInterface: ""
clusterConfigMap: "brokencrystals-config"
useMailcatcher: false

0 comments on commit 66f9b84

Please sign in to comment.