Skip to content

Commit e689252

Browse files
committed
Rename staging.openhistoricalmap.org -> ohmstaging.org
1 parent d633105 commit e689252

File tree

1 file changed

+27
-27
lines changed

1 file changed

+27
-27
lines changed

values.staging.template.yaml

Lines changed: 27 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ osm-seed:
5252
# - overpass.osmseed.example.com
5353
# - nominatim.osmseed.example.com
5454
# - etc.
55-
domain: staging.openhistoricalmap.org
55+
domain: ohmstaging.org
5656

5757
# ====================================================================================================
5858
# Configuration for Lets Encrypt setup
@@ -157,19 +157,19 @@ osm-seed:
157157
replicaCount: 1
158158
serviceAnnotations:
159159
service.beta.kubernetes.io/aws-load-balancer-connection-idle-timeout: "300"
160-
ingressDomain: www.staging.openhistoricalmap.org
160+
ingressDomain: www.ohmstaging.org
161161
env:
162162
MAILER_ADDRESS: {{MAILER_ADDRESS}}
163-
MAILER_DOMAIN: staging.openhistoricalmap.org
163+
MAILER_DOMAIN: ohmstaging.org
164164
MAILER_USERNAME: {{MAILER_USERNAME}}
165165
MAILER_PASSWORD: {{MAILER_PASSWORD}}
166166
# MAILER_PORT: "587"
167167
OSM_id_key: 7E0Rn-ZjZpEW5cjM-CheEQAbp8nDiCuyB_UmIZOHysA
168168
OAUTH_CLIENT_ID: CiBBpurbtUj1np_QZOTngIePlS7K9uGvKDW2Pcw5O7Y
169169
OAUTH_KEY: 1O8WtBWivoefehDMT6sbm9TNUU_h_EXznI4cM5XMyJw
170170
MAILER_FROM: [email protected]
171-
NOMINATIM_URL: nominatim.staging.openhistoricalmap.org
172-
OVERPASS_URL: overpass-api.staging.openhistoricalmap.org
171+
NOMINATIM_URL: nominatim.ohmstaging.org
172+
OVERPASS_URL: overpass-api.ohmstaging.org
173173
NEW_RELIC_LICENSE_KEY: "none"
174174
NEW_RELIC_APP_NAME: "none"
175175
ORGANIZATION_NAME: OpenHistoricalMap
@@ -612,7 +612,7 @@ osm-seed:
612612
replicaCount: 1
613613
serviceAnnotations:
614614
service.beta.kubernetes.io/aws-load-balancer-connection-idle-timeout: "300"
615-
ingressDomain: vtiles.staging.openhistoricalmap.org
615+
ingressDomain: vtiles.ohmstaging.org
616616
env:
617617
TILER_SERVER_PORT: 9090
618618
TILER_CACHE_TYPE: s3
@@ -718,19 +718,19 @@ osm-seed:
718718
replicaCount: 1
719719
serviceAnnotations:
720720
service.beta.kubernetes.io/aws-load-balancer-connection-idle-timeout: '300'
721-
ingressDomain: tm-api.staging.openhistoricalmap.org
721+
ingressDomain: tm-api.ohmstaging.org
722722
healthCheckPath: /health
723723
env:
724724
TM_ORG_NAME: OpenHistoricalMap
725725
TM_ORG_CODE: OHM
726-
TM_ORG_URL: staging.openhistoricalmap.org
727-
TM_ORG_PRIVACY_POLICY_URL: staging.openhistoricalmap.org/copyright
726+
TM_ORG_URL: ohmstaging.org
727+
TM_ORG_PRIVACY_POLICY_URL: ohmstaging.org/copyright
728728
TM_ORG_GITHUB: github.com/openhistoricalmap
729-
OSM_SERVER_URL: https://staging.openhistoricalmap.org
730-
OSM_NOMINATIM_SERVER_URL: https://nominatim.openhistoricalmap.org
731-
OSM_REGISTER_URL: https://staging.openhistoricalmap.org/user/new
732-
ID_EDITOR_URL: https://staging.openhistoricalmap.org/edit?editor=id
733-
POTLATCH2_EDITOR_URL: https://staging.openhistoricalmap.org/edit?editor=potlatch2
729+
OSM_SERVER_URL: https://ohmstaging.org
730+
OSM_NOMINATIM_SERVER_URL: https://nominatim.osmstaging.org
731+
OSM_REGISTER_URL: https://ohmstaging.org/user/new
732+
ID_EDITOR_URL: https://ohmstaging.org/edit?editor=id
733+
POTLATCH2_EDITOR_URL: https://ohmstaging.org/edit?editor=potlatch2
734734
TM_SECRET: {{STAGING_TM_API_SECRET}}
735735
TM_EMAIL_FROM_ADDRESS: [email protected]
736736
TM_EMAIL_CONTACT_ADDRESS: [email protected]
@@ -739,20 +739,20 @@ osm-seed:
739739
TM_SMTP_USER: {{MAILER_USERNAME}}
740740
TM_SMTP_PASSWORD: {{MAILER_PASSWORD}}
741741
TM_DEFAULT_LOCALE: en
742-
TM_APP_API_URL: https://tm-api.staging.openhistoricalmap.org
743-
TM_APP_BASE_URL: https://tasks.staging.openhistoricalmap.org
742+
TM_APP_API_URL: https://tm-api.ohmstaging.org
743+
TM_APP_BASE_URL: https://tasks.ohmstaging.org
744744
TM_IMPORT_MAX_FILESIZE: 3000000
745745
TM_MAX_AOI_AREA: 15000
746746
TM_APP_API_VERSION: v2
747747
# The following environment variables are for future versions of TM
748748
TM_CLIENT_ID: EeFtCc-qwJEsKZWrD1jFQZfPHp5JpRq-da9jw55z86U
749749
TM_CLIENT_SECRET: g0TLdrT-IAu8VEhyuvJ_YBMWWUhSXXO75SpTxG2P3OI
750750
TM_DEFAULT_CHANGESET_COMMENT: '#ohm-project'
751-
TM_REDIRECT_URI: https://tasks.staging.openhistoricalmap.org/authorized
751+
TM_REDIRECT_URI: https://tasks.ohmstaging.org/authorized
752752
TM_SCOPE: 'read_prefs write_api'
753753
# Add extra info
754754
TM_ORG_FB: https://www.facebook.com/openhistoricalmap
755-
TM_ORG_INSTAGRAM: https://www.openhistoricalmap.org
755+
TM_ORG_INSTAGRAM: https://www.ohmstaging.org
756756
TM_ORG_TWITTER: https://x.com/OpenHistoricalMap
757757
TM_ORG_YOUTUBE: https://www.youtube.com/playlist?list=PLOi35w6_Hpx_CYdYBUpPeuiJ1djn5-wIx
758758

@@ -792,7 +792,7 @@ osm-seed:
792792
priorityClass: medium-priority
793793
serviceAnnotations:
794794
service.beta.kubernetes.io/aws-load-balancer-connection-idle-timeout: '300'
795-
ingressDomain: nominatim.staging.openhistoricalmap.org
795+
ingressDomain: nominatim.ohmstaging.org
796796
replicaCount: 1
797797
env:
798798
PBF_URL: https://s3.amazonaws.com/planet.openhistoricalmap.org/planet/planet-250213_0001.osm.pbf
@@ -809,7 +809,7 @@ osm-seed:
809809
PGDATA: /var/lib/postgresql/16/main
810810
NOMINATIM_ADDRESS_LEVEL_CONFIG_URL: https://raw.githubusercontent.com/OpenHistoricalMap/nominatim-ui/master/address-levels.json
811811
UPDATE_MODE: continuous
812-
OSMSEED_WEB_API_DOMAIN: www.openhistoricalmap.org
812+
OSMSEED_WEB_API_DOMAIN: www.ohmstaging.org
813813
IMPORT_STYLE: extratags
814814
EXTRA_TAGS: start_date,start_date:edtf,end_date,end_date:edt
815815
resources:
@@ -842,7 +842,7 @@ osm-seed:
842842
priorityClass: medium-priority
843843
serviceAnnotations:
844844
service.beta.kubernetes.io/aws-load-balancer-connection-idle-timeout: "300"
845-
ingressDomain: overpass-api.staging.openhistoricalmap.org
845+
ingressDomain: overpass-api.ohmstaging.org
846846
env:
847847
OVERPASS_META: 'attic'
848848
OVERPASS_MODE: 'init'
@@ -878,7 +878,7 @@ osm-seed:
878878
name: ohm-s3-bucket-access-staging
879879
serviceAnnotations:
880880
service.beta.kubernetes.io/aws-load-balancer-connection-idle-timeout: "300"
881-
ingressDomain: taginfo.staging.openhistoricalmap.org
881+
ingressDomain: taginfo.ohmstaging.org
882882
env:
883883
URL_PLANET_FILE_STATE: https://s3.amazonaws.com/planet.openhistoricalmap.org/planet/state.txt
884884
URL_HISTORY_PLANET_FILE_STATE: https://s3.amazonaws.com/planet.openhistoricalmap.org/planet/full-history/state.txt
@@ -999,18 +999,18 @@ osm-seed:
999999
image:
10001000
name: ghcr.io/openhistoricalmap/osmcha-django
10011001
tag: 1bd58e1
1002-
ingressDomain: osmcha.staging.openhistoricalmap.org
1002+
ingressDomain: osmcha.ohmstaging.org
10031003
env:
10041004
DJANGO_SETTINGS_MODULE: "config.settings.production"
10051005
OSMCHA_FRONTEND_VERSION: "v0.86.0-production"
10061006
DJANGO_SECRET_KEY: {{STAGING_OSMCHA_DJANGO_SECRET_KEY}}
10071007
DJANGO_SECURE_SSL_REDIRECT: "False"
1008-
OSM_SERVER_URL: https://www.openhistoricalmap.org
1009-
OAUTH_REDIRECT_URI: https://osmcha.staging.openhistoricalmap.org/authorized
1008+
OSM_SERVER_URL: https://www.ohmstaging.org
1009+
OAUTH_REDIRECT_URI: https://osmcha.ohmstaging.org/authorized
10101010
OSM_PLANET_BASE_URL: https://s3.amazonaws.com/planet.openhistoricalmap.org/replication/changesets/
10111011
## frontend
1012-
OSMCHA_URL: https://osmcha.staging.openhistoricalmap.org
1013-
OSMCHA_API_URL: www.openhistoricalmap.org
1012+
OSMCHA_URL: https://osmcha.ohmstaging.org
1013+
OSMCHA_API_URL: www.ohmstaging.org
10141014
OAUTH2_OSM_KEY: tHRgc_GVLsUj2tuVQSg05nn5f8Tnda8mF-ZfEbI3ItA
10151015
OAUTH2_OSM_SECRET: s9blyq71UditeidYeiQc_J40-DffUh3EVlDCGVcskQI
10161016
resources:

0 commit comments

Comments
 (0)