Skip to content

Commit

Permalink
cleanup(helm): Drop support for TCP/3000 (#11274)
Browse files Browse the repository at this point in the history
  • Loading branch information
kiblik authored Nov 22, 2024
1 parent f52f49d commit 553a630
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions helm/defectdojo/templates/django-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -155,11 +155,6 @@ spec:
- name: http-uwsgi
protocol: TCP
containerPort: 8081
{{- if .Values.django.uwsgi.enableDebug }}
- name: debug
protocol: TCP
containerPort: 3000
{{- end }}
envFrom:
- configMapRef:
name: {{ $fullName }}
Expand Down

0 comments on commit 553a630

Please sign in to comment.