Skip to content

Commit 2c11d0f

Browse files
committed
add admin config
1 parent b2b687d commit 2c11d0f

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

charts/memobase/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ sources:
66
- https://github.com/memodb-io/memobase
77
- https://github.com/memodb-io/memobase-helm
88
type: application
9-
version: 0.0.10
10-
appVersion: 0.0.33
9+
version: 0.0.11
10+
appVersion: 0.0.34

charts/memobase/templates/admin.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,10 @@ spec:
9494
value: {{ .Values.admin.usageTokenLimitActive | quote }}
9595
- name: USAGE_TOKEN_LIMIT_PRO
9696
value: {{ .Values.admin.usageTokenLimitPro | quote }}
97+
- name: SUPABASE_URL
98+
value: {{ .Values.admin.supabaseUrl | quote }}
99+
- name: SUPABASE_KEY
100+
value: {{ .Values.admin.supabaseKey | quote }}
97101
resources:
98102
{{- toYaml .Values.admin.resources | nindent 12 }}
99103
ports:

charts/memobase/values.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,9 +149,11 @@ admin:
149149
prometheusUrl: ""
150150
usageTokenLimitActive: "300000"
151151
usageTokenLimitPro: "300000000"
152+
supabaseUrl: ""
153+
supabaseKey: ""
152154
image:
153155
repository: ghcr.io/memodb-io/memobase-admin
154-
tag: "0.0.7"
156+
tag: "0.0.11-alpha1"
155157
secret:
156158
# you can get the dockerconfigjson from the command:
157159
# kubectl create secret docker-registry regcred --docker-server=<your-registry-server> --docker-username=<your-name> --docker-password=<your-pword> --dry-run=client -o yaml

0 commit comments

Comments
 (0)