Skip to content

Commit 5f07b5b

Browse files
committed
Add website status in the env var
1 parent 5000b1e commit 5f07b5b

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

osm-seed/templates/web/web-deployment.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,8 @@ spec:
125125
value: {{ .Values.web.env.NEW_RELIC_APP_NAME | default ""}}
126126
- name: ORGANIZATION_NAME
127127
value: {{ .Values.web.env.ORGANIZATION_NAME | default "OpenStreetMap"}}
128+
- name: WEBSITE_STATUS
129+
value: {{ .Values.web.env.WEBSITE_STATUS | default "online"}}
128130
volumeMounts:
129131
- mountPath: /dev/shm
130132
name: shared-memory

osm-seed/values.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,7 @@ web:
134134
OAUTH_CLIENT_ID: "abcd" # Create client ID and key as OAuth2 Application
135135
OAUTH_KEY: "xyz"
136136
ORGANIZATION_NAME: "OSMSeed"
137+
WEBSITE_STATUS: "online"
137138
resources:
138139
enabled: false
139140
requests:

0 commit comments

Comments
 (0)