Skip to content

Commit ceaf1cb

Browse files
authored
api: remove unused PLATFORM_MW_BACKEND_HOST env var (#207)
Remove the PLATFORM_MW_BACKEND_HOST environment variable from the Platform API chart as it's no longer used in the codebase. Bug: T411633
1 parent 13469b6 commit ceaf1cb

6 files changed

Lines changed: 1 addition & 12 deletions

File tree

charts/api/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v1
22
appVersion: "1.0"
33
description: A Helm chart for the WBStack API
44
name: api
5-
version: 0.34.0
5+
version: 0.35.0
66
home: https://github.com/wbstack
77
maintainers:
88
- name: WBstack

charts/api/templates/deployment-app-backend.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,6 @@ spec:
8585

8686
- name: QUERY_SERVICE_HOST
8787
value: {{ .Values.app.queryServiceHost | quote }}
88-
- name: PLATFORM_MW_BACKEND_HOST
89-
value: {{ .Values.platform.backendMwHost | quote }}
9088

9189
- name: REDIS_HOST
9290
value: {{ .Values.app.redis.host | quote }}

charts/api/templates/deployment-app-web.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,6 @@ spec:
8686

8787
- name: QUERY_SERVICE_HOST
8888
value: {{ .Values.app.queryServiceHost | quote }}
89-
- name: PLATFORM_MW_BACKEND_HOST
90-
value: {{ .Values.platform.backendMwHost | quote }}
9189

9290
- name: REDIS_HOST
9391
value: {{ .Values.app.redis.host | quote }}

charts/api/templates/deployment-queue.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,6 @@ spec:
7474
value: {{ $.Values.app.elasticSearchHost | quote }}
7575
- name: QUERY_SERVICE_HOST
7676
value: {{ $.Values.app.queryServiceHost | quote }}
77-
- name: PLATFORM_MW_BACKEND_HOST
78-
value: {{ $.Values.platform.backendMwHost | quote }}
7977

8078
- name: REDIS_HOST
8179
value: {{ $.Values.app.redis.host | quote }}

charts/api/templates/deployment-scheduler.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,6 @@ spec:
6464

6565
- name: QUERY_SERVICE_HOST
6666
value: {{ .Values.app.queryServiceHost | quote }}
67-
- name: PLATFORM_MW_BACKEND_HOST
68-
value: {{ .Values.platform.backendMwHost | quote }}
6967

7068
- name: REDIS_HOST
7169
value: {{ .Values.app.redis.host | quote }}

charts/api/values.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,9 +74,6 @@ serviceMonitor:
7474
enabled: false
7575
additionalLabels: {}
7676

77-
platform:
78-
backendMwHost: someHost
79-
8077
wbstack:
8178
summaryInactiveThreshold:
8279
# Ranges are passed in duration strings as expected by a PHP DateInterval

0 commit comments

Comments
 (0)