Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update the site url #9

Merged
merged 1 commit into from
Jul 8, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading