apps(lychee): Fix datatype of env variable

main
trivernis 9 months ago
parent 948560bbef
commit 8390fbcb7a
Signed by: Trivernis
GPG Key ID: DFFFCC2C7A02DB45

@ -43,7 +43,7 @@ spec:
- name: APP_URL
value: https://lychee.trivernis.net
- name: APP_FORCE_HTTPS
value: true
value: "true"
volumes:
- name: lychee-sym
persistentVolumeClaim:

Loading…
Cancel
Save