Skip to content

Commit

Permalink
Merge branch 'master' of github.com:MapColonies/overseer
Browse files Browse the repository at this point in the history
  • Loading branch information
almog8k committed Nov 19, 2024
2 parents 105ac70 + e8a30cd commit 9a9d5b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helm/templates/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ data:
MAPPROXY_API_URL: {{ $serviceUrls.mapproxyApi | quote }}
GEOSERVER_API_URL: {{ $serviceUrls.geoserverApiUrl | quote }}
GEOSERVER_DNS: {{ $serviceUrls.geoserverUrl | quote }}
MAPPROXY_DNS: {{ $serviceUrls.geoserverUrl | quote }}
MAPPROXY_DNS: {{ $serviceUrls.mapServerPublicDNS | quote }}
CATALOG_MANAGER_URL: {{ $serviceUrls.catalogManager | quote }}
POLYGON_PART_MANAGER_URL: {{ $serviceUrls.polygonPartManager | quote }}
GEOSERVER_WORKSPACE: {{ .Values.global.geoserver.workspace | quote }}
Expand Down

0 comments on commit 9a9d5b2

Please sign in to comment.