Skip to content

Commit

Permalink
Add website status in the env var
Browse files Browse the repository at this point in the history
  • Loading branch information
Rub21 committed Apr 19, 2024
1 parent 5000b1e commit 5f07b5b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions osm-seed/templates/web/web-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,8 @@ spec:
value: {{ .Values.web.env.NEW_RELIC_APP_NAME | default ""}}
- name: ORGANIZATION_NAME
value: {{ .Values.web.env.ORGANIZATION_NAME | default "OpenStreetMap"}}
- name: WEBSITE_STATUS
value: {{ .Values.web.env.WEBSITE_STATUS | default "online"}}
volumeMounts:
- mountPath: /dev/shm
name: shared-memory
Expand Down
1 change: 1 addition & 0 deletions osm-seed/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@ web:
OAUTH_CLIENT_ID: "abcd" # Create client ID and key as OAuth2 Application
OAUTH_KEY: "xyz"
ORGANIZATION_NAME: "OSMSeed"
WEBSITE_STATUS: "online"
resources:
enabled: false
requests:
Expand Down

0 comments on commit 5f07b5b

Please sign in to comment.