File tree 5 files changed +15
-14
lines changed
5 files changed +15
-14
lines changed Original file line number Diff line number Diff line change @@ -65,5 +65,5 @@ dependencies:
65
65
- name: reloader
66
66
repository: https://stakater.github.io/stakater-charts
67
67
version: 1.3.0
68
- digest: sha256:623a191c29e06b4e6f4341ab4ad067c612297ef11384cbf8c4082c9f9a0f81fd
69
- generated: "2025-03-18T13:04:16.507165 -05:00"
68
+ digest: sha256:6cf1147d8398d55b21cdb5a9be3e1e084b418659add9e499ce1b84204d14d5ec
69
+ generated: "2025-03-29T13:55:35.90503 -05:00"
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ dependencies:
18
18
condition : app.install
19
19
- name : wandb-base
20
20
alias : api
21
- condition : global.beta. api.enabled
21
+ condition : global.api.enabled
22
22
repository : file://../wandb-base
23
23
version : " *.*.*"
24
24
- name : console
@@ -91,7 +91,7 @@ dependencies:
91
91
condition : yace.install
92
92
- name : wandb-base
93
93
alias : glue
94
- condition : global.beta. glue.enabled
94
+ condition : global.glue.enabled
95
95
repository : file://../wandb-base
96
96
version : " *.*.*"
97
97
- name : wandb-base
Original file line number Diff line number Diff line change @@ -117,11 +117,11 @@ spec:
117
117
resourceFieldRef :
118
118
resource : limits.memory
119
119
- name : GLUE_ENABLED
120
- value : " {{ not .Values.global.beta. glue.enabled }}"
120
+ value : " {{ not .Values.global.glue.enabled }}"
121
121
# # TODO: Turn this on when we are ready to remove the gorilla service from wandb/local
122
- # {{- if .Values.global.beta. api.enabled }}
122
+ # {{- if .Values.global.api.enabled }}
123
123
# - name: GORILLA_ENABLED
124
- # value: "{{ not .Values.global.beta. api.enabled }}"
124
+ # value: "{{ not .Values.global.api.enabled }}"
125
125
# - name: PROXY_PASS_BACKEND_HOST
126
126
# value: "$({{.Release.Name | upper | replace "-" "_" }}_API_SERVICE_HOST):$({{.Release.Name | upper | replace "-" "_" }}_API_SERVICE_PORT)"
127
127
# {{- end }}
@@ -336,7 +336,7 @@ spec:
336
336
{{- include "app.extraEnv" (dict "global" $.Values.global "local" .Values) | nindent 12 }}
337
337
{{- include "wandb.extraEnvFrom" (dict "root" $ "local" .) | nindent 12 }}
338
338
# # TODO: If we want to remove the api service from wandb/local, we can uncomment this if else block
339
- # {{- if not .Values.global.beta. api.enabled }}
339
+ # {{- if not .Values.global.api.enabled }}
340
340
livenessProbe :
341
341
httpGet :
342
342
path : /healthz
Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ It expects a dictionary with two entries:
54
54
port:
55
55
number: 8080
56
56
{ {- end } }
57
- { {- if .Values.global.beta. api.enabled } }
57
+ { {- if .Values.global.api.enabled } }
58
58
- pathType: Prefix
59
59
path: /api
60
60
backend:
Original file line number Diff line number Diff line change @@ -204,11 +204,12 @@ global:
204
204
weave-trace :
205
205
enabled : false
206
206
207
+ api :
208
+ enabled : false
209
+ glue :
210
+ enabled : false
211
+
207
212
beta :
208
- glue :
209
- enabled : false
210
- api :
211
- enabled : false
212
213
bufstream :
213
214
enabled : false
214
215
@@ -664,7 +665,7 @@ glue:
664
665
optional : true
665
666
666
667
api :
667
- # install: false
668
+ install : false
668
669
autoscaling :
669
670
horizontal :
670
671
enabled : true
You can’t perform that action at this time.
0 commit comments