Skip to content

Commit

Permalink
Remove nginx-proxy from the config
Browse files Browse the repository at this point in the history
  • Loading branch information
rielas committed Jul 11, 2024
1 parent c66c884 commit e85de5c
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 69 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.75
version: 0.0.76
keywords:
- brokencrystals
- brkn
60 changes: 0 additions & 60 deletions charts/brokencrystals/templates/config-proxy.yaml

This file was deleted.

8 changes: 0 additions & 8 deletions charts/brokencrystals/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -163,11 +163,6 @@ spec:
- configMapRef:
name: {{ $configmap.metadata.name }}
{{- end}}
volumeMounts:
- name: {{ include "brokencrystals.fullname" . }}-nginx-proxy
mountPath: /etc/nginx/conf.d/default.conf
subPath: default.conf
readOnly: true
resources:
requests:
cpu: 900m
Expand Down Expand Up @@ -246,6 +241,3 @@ spec:
- name: {{ include "brokencrystals.fullname" . }}-keycloak
configMap:
name: {{ include "brokencrystals.fullname" . }}-keycloak
- name: {{ include "brokencrystals.fullname" . }}-nginx-proxy
configMap:
name: {{ include "brokencrystals.fullname" . }}-nginx-proxy

0 comments on commit e85de5c

Please sign in to comment.