Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion charts/api/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v1
appVersion: "1.0"
description: A Helm chart for the WBStack API
name: api
version: 0.34.0
version: 0.35.0
home: https://github.com/wbstack
maintainers:
- name: WBstack
Expand Down
2 changes: 0 additions & 2 deletions charts/api/templates/deployment-app-backend.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,6 @@ spec:

- name: QUERY_SERVICE_HOST
value: {{ .Values.app.queryServiceHost | quote }}
- name: PLATFORM_MW_BACKEND_HOST
value: {{ .Values.platform.backendMwHost | quote }}

- name: REDIS_HOST
value: {{ .Values.app.redis.host | quote }}
Expand Down
2 changes: 0 additions & 2 deletions charts/api/templates/deployment-app-web.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,6 @@ spec:

- name: QUERY_SERVICE_HOST
value: {{ .Values.app.queryServiceHost | quote }}
- name: PLATFORM_MW_BACKEND_HOST
value: {{ .Values.platform.backendMwHost | quote }}

- name: REDIS_HOST
value: {{ .Values.app.redis.host | quote }}
Expand Down
2 changes: 0 additions & 2 deletions charts/api/templates/deployment-queue.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,6 @@ spec:
value: {{ $.Values.app.elasticSearchHost | quote }}
- name: QUERY_SERVICE_HOST
value: {{ $.Values.app.queryServiceHost | quote }}
- name: PLATFORM_MW_BACKEND_HOST
value: {{ $.Values.platform.backendMwHost | quote }}

- name: REDIS_HOST
value: {{ $.Values.app.redis.host | quote }}
Expand Down
2 changes: 0 additions & 2 deletions charts/api/templates/deployment-scheduler.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,6 @@ spec:

- name: QUERY_SERVICE_HOST
value: {{ .Values.app.queryServiceHost | quote }}
- name: PLATFORM_MW_BACKEND_HOST
value: {{ .Values.platform.backendMwHost | quote }}

- name: REDIS_HOST
value: {{ .Values.app.redis.host | quote }}
Expand Down
3 changes: 0 additions & 3 deletions charts/api/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,6 @@ serviceMonitor:
enabled: false
additionalLabels: {}

platform:
backendMwHost: someHost

wbstack:
summaryInactiveThreshold:
# Ranges are passed in duration strings as expected by a PHP DateInterval
Expand Down
Loading