File tree Expand file tree Collapse file tree 3 files changed +4
-1
lines changed
charts/wirequery-backend/templates Expand file tree Collapse file tree 3 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 71
71
value : {{ .Values.settings.dbUrl }}
72
72
- name : WIREQUERY_ADMIN_ENABLED
73
73
value : {{ .Values.settings.adminEnabled | quote }}
74
+ - name : WIREQUERY_TENANT_ID
75
+ value : {{ .Values.settings.tenantId | quote }}
74
76
resources :
75
77
{{- toYaml .Values.resources | nindent 12 }}
76
78
{{- with .Values.nodeSelector }}
Original file line number Diff line number Diff line change 42
42
- host : {{ .host | quote }}
43
43
http :
44
44
paths :
45
- {{ range $path := list "/graphql" "/subscriptions" "/api/v1/recordings " }}
45
+ {{ range $path := list "/graphql" "/subscriptions" "/api/v1" }}
46
46
- path : {{ $path }}
47
47
{{- if semverCompare ">=1.18-0" $.Capabilities.KubeVersion.GitVersion }}
48
48
pathType : Prefix
Original file line number Diff line number Diff line change @@ -29,6 +29,7 @@ wirequery-backend:
29
29
dbPassword : wirequery-multitenant
30
30
dbUrl : " jdbc:postgresql://wirequery-postgresql:5432/wirequery"
31
31
adminEnabled : " true"
32
+ tenantId : " "
32
33
33
34
replicaCount : 1
34
35
image :
You can’t perform that action at this time.
0 commit comments