Skip to content

Commit

Permalink
Merge pull request #9 from scientist-softserv/update-site-url
Browse files Browse the repository at this point in the history
Update the site url
  • Loading branch information
aprilrieger authored Jul 8, 2024
2 parents 2b211b1 + 4e804d1 commit 58f9459
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@ RUN cat /dev/null > /opt/manifold/client/dist/manifold/ssr/ssr.config.js
# NOTE: These are production values. They get overwritten locally. They are required to
# be in the image because `yarn run build` uses them to populate browser.config.js.
# @see client/script/build-browser-config.js
ENV CLIENT_BROWSER_API_CABLE_URL="https://princeton-manifold-production.softserv.cloud/cable"
ENV CLIENT_BROWSER_API_URL="https://princeton-manifold-production.softserv.cloud"
ENV DOMAIN="princeton-manifold-production.softserv.cloud"
ENV CLIENT_BROWSER_API_CABLE_URL="https://openpublishing.princeton.edu/cable"
ENV CLIENT_BROWSER_API_URL="https://openpublishing.princeton.edu"
ENV DOMAIN="openpublishing.princeton.edu"
ENV SSL_ENABLED="true"
RUN yarn run build

Expand Down
6 changes: 3 additions & 3 deletions chart/princeton-manifold/templates/configmap-env.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ data:
API_CABLE_SOCKET: /manifold_sockets/manifold-cable
API_PORT: "3020"
API_SOCKET: /manifold_sockets/manifold-api
CLIENT_BROWSER_API_CABLE_URL: https://princeton-manifold-production.softserv.cloud/cable
CLIENT_BROWSER_API_URL: https://princeton-manifold-production.softserv.cloud
CLIENT_BROWSER_API_CABLE_URL: https://openpublishing.princeton.edu/cable
CLIENT_BROWSER_API_URL: https://openpublishing.princeton.edu
CLIENT_SERVER_API_URL: http://princeton-manifold-production-api:3020
CLIENT_SERVER_PORT: "3010"
CLIENT_SERVER_PROXIES: "true"
CLIENT_SERVER_SOCKET: /manifold_sockets/manifold-client
DOMAIN: princeton-manifold-production.softserv.cloud
DOMAIN: openpublishing.princeton.edu
ELASTICSEARCH_URL: http://princeton-manifold-production-es:9200
NODE_ENV: production
RAILS_DB_HOST: princeton-manifold-production-postgresql
Expand Down
4 changes: 2 additions & 2 deletions ops/production-deploy.tmpl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ readinessProbe:
ingress:
enabled: true
hosts:
- host: princeton-manifold-production.softserv.cloud
- host: openpublishing.princeton.edu
paths:
- path: /
pathType: ImplementationSpecific
Expand All @@ -34,7 +34,7 @@ ingress:
cert-manager.io/cluster-issuer: "letsencrypt-prod"
tls:
- hosts:
- princeton-manifold-production.softserv.cloud
- openpublishing.princeton.edu
secretName: production-princeton-manifold-tls

redis:
Expand Down

0 comments on commit 58f9459

Please sign in to comment.