Skip to content

Commit

Permalink
Merge pull request #36 from 52North/main
Browse files Browse the repository at this point in the history
geonode ingress targets wrong service port when TLS is configured
  • Loading branch information
mwallschlaeger authored Aug 2, 2023
2 parents d748731 + 24b4b10 commit 8944c48
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions deployment/geonode/templates/nginx/nginx-ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ spec:
backend:
service:
name: "{{ include "nginx_pod_name" . }}"
port:
number: {{ .Values.geonode.ingress.externalPort }}
port:
number: 80

---

Expand All @@ -56,4 +56,4 @@ spec:
http01:
ingress:
ingressClassName: {{ .Values.geonode.ingress.ingressClassName }}
{{ end }}
{{ end }}

0 comments on commit 8944c48

Please sign in to comment.