Skip to content

Commit

Permalink
feat: adding play env var to web-modeler (#2269)
Browse files Browse the repository at this point in the history
  • Loading branch information
hamza-m-masood authored Aug 28, 2024
1 parent db02a0a commit fa99b6d
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ spec:
key: {{ include "camundaPlatform.licenseSecretKey" . }}
- name: NODE_ENV
value: "production"
- name: PLAY_ENABLED
value: "true"
- name: NODE_OPTIONS
value: "--max-old-space-size=128"
- name: PUSHER_APP_ID
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,8 @@ spec:
key: CAMUNDA_LICENSE_KEY
- name: NODE_ENV
value: "production"
- name: PLAY_ENABLED
value: "true"
- name: NODE_OPTIONS
value: "--max-old-space-size=128"
- name: PUSHER_APP_ID
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ spec:
env:
- name: NODE_ENV
value: "production"
- name: PLAY_ENABLED
value: "true"
- name: NODE_OPTIONS
value: "--max-old-space-size=128"
- name: PUSHER_APP_ID
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@ spec:
env:
- name: NODE_ENV
value: "production"
- name: PLAY_ENABLED
value: "true"
- name: NODE_OPTIONS
value: "--max-old-space-size=128"
- name: PUSHER_APP_ID
Expand Down

0 comments on commit fa99b6d

Please sign in to comment.