fix(server): selfhost issues (#5623)

- env name in helm chart
- omit health check controller in selfhost env
This commit is contained in:
LongYinan
2024-01-18 05:55:54 +00:00
parent 9fdbb3ac3d
commit c5ea6fd2c3
3 changed files with 10 additions and 2 deletions

View File

@@ -73,7 +73,7 @@ spec:
value: "{{ .Values.app.path }}"
- name: AFFINE_SERVER_HOST
value: "{{ .Values.app.host }}"
- name: AFFINE_SERVER_HOST
- name: AFFINE_SERVER_HTTPS
value: "{{ .Values.app.https }}"
- name: ENABLE_R2_OBJECT_STORAGE
value: "{{ .Values.app.objectStorage.r2.enabled }}"