Skip to content

Commit

Permalink
fix: run api in production mode
Browse files Browse the repository at this point in the history
This prevents development seeds from running by default
  • Loading branch information
rudivanhierden committed Oct 14, 2024
1 parent 511a964 commit 3c41370
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions charts/openstad-headless/templates/api/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -134,8 +134,8 @@ spec:
name: {{ template "openstad.image.secret.fullname" . }}

- name: NODE_ENV
value: development
value: production

- name: CMS_URL
value: https://{{ template "openstad.cms.url" . }}

Expand Down Expand Up @@ -297,7 +297,7 @@ spec:
name: {{ template "openstad.image.secret.fullname" . }}

- name: NODE_ENV
value: development
value: production

- name: CMS_URL
value: https://{{ template "openstad.cms.url" . }}
Expand Down

0 comments on commit 3c41370

Please sign in to comment.