Skip to content

Commit

Permalink
[Fixes #190] Bug: nginx livenessProbe always kill nginx container, wh…
Browse files Browse the repository at this point in the history
…en using externalscheme: https
  • Loading branch information
mwallschlaeger committed Jun 29, 2024
1 parent cc1fee7 commit 6a0a983
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions charts/geonode/templates/nginx/nginx-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,7 @@ spec:
imagePullPolicy: {{ .Values.nginx.imagePullPolicy }}
ports:
- name: http
{{- if (eq .Values.geonode.general.externalScheme "https" )}}
containerPort: 443
{{- else }}
containerPort: 80
{{- end }}

volumeMounts:
- name: "{{ include "persistant_volume_name" . }}"
Expand Down

0 comments on commit 6a0a983

Please sign in to comment.