Skip to content

Commit

Permalink
Set geonode lb host port based on external scheme (#122)
Browse files Browse the repository at this point in the history
* Configure SUBSTITUTION_URL to fix oauth GS issues
  • Loading branch information
AlexGacon authored Nov 30, 2023
1 parent a9df2af commit 9cfd3ff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions charts/geonode/templates/geoserver/geoserver-env.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ metadata:
namespace: {{ .Release.Namespace }}
data:
GEONODE_LB_HOST_IP: {{ .Values.geonode.general.externalDomain | quote }}
SUBSTITUTION_URL: "{{ include "public_url" . }}/"
GEONODE_HOST_IP: localhost

DJANGO_URL: http://{{ include "geonode_pod_name" .}}/
Expand Down

0 comments on commit 9cfd3ff

Please sign in to comment.