1
0
Fork 0
mirror of synced 2024-10-03 19:43:32 +13:00

Disable API completely in automations workers.

This commit is contained in:
Sam Rose 2023-12-13 10:59:35 +00:00
parent 6098a2d9e8
commit ff04d0516a
No known key found for this signature in database

View file

@ -193,8 +193,7 @@ spec:
value: {{ .Values.services.tlsRejectUnauthorized }} value: {{ .Values.services.tlsRejectUnauthorized }}
{{ end }} {{ end }}
- name: APP_FEATURES - name: APP_FEATURES
# We keep `api` enabled here for the /health endpoint value: "automations"
value: "automations,api"
image: budibase/apps:{{ .Values.globals.appVersion | default .Chart.AppVersion }} image: budibase/apps:{{ .Values.globals.appVersion | default .Chart.AppVersion }}
imagePullPolicy: Always imagePullPolicy: Always