Skip to content

Commit

Permalink
replace sockets with ports in configmap-env
Browse files Browse the repository at this point in the history
  • Loading branch information
bkiahstroud committed Aug 20, 2024
1 parent 87c68d5 commit 2a82215
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions chart/princeton-manifold/templates/configmap-env.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,16 @@ metadata:
app.kubernetes.io/instance: {{ .Release.Name }}
app.kubernetes.io/managed-by: {{ .Release.Service }}
data:
API_CABLE_HOST: princeton-manifold-production-api-cable
API_CABLE_PORT: "3021"
API_CABLE_SOCKET: /manifold_sockets/manifold-cable
API_HOST: princeton-manifold-production-api-rails
API_PORT: "3020"
API_SOCKET: /manifold_sockets/manifold-api
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_HOST: princeton-manifold-production-client
CLIENT_SERVER_PORT: "3010"
CLIENT_SERVER_PROXIES: "true"
CLIENT_SERVER_SOCKET: /manifold_sockets/manifold-client
CLIENT_SERVER_PROXIES: "false"
DOMAIN: openpublishing.princeton.edu
ELASTICSEARCH_URL: http://princeton-manifold-production-es:9200
NODE_ENV: production
Expand Down

0 comments on commit 2a82215

Please sign in to comment.