1
0
Fork 0
mirror of synced 2024-07-04 05:50:57 +12: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 }}
{{ end }}
- name: APP_FEATURES
# We keep `api` enabled here for the /health endpoint
value: "automations,api"
value: "automations"
image: budibase/apps:{{ .Values.globals.appVersion | default .Chart.AppVersion }}
imagePullPolicy: Always