Files
truecharts/charts/stable/mealie/templates/common.yaml
T
Stavros KoisandGitHub 8d1917982e feat(mealie): Adapt to the new multi container upstream release (#3858)
* feat(mealie): Adapt to the new multi container upstream release

* update UI a bit

* finish UI

* well... also render things

* fix configmap and pin images

* quote

* port

* handle int...

* moar ints

* test again

* don't change api_port due to an upstream bug (?)

* test

* whops

* default port

* /docs is used for healthcheck (even by the Dockerfile it self)

* http probe on frontend
2022-09-24 02:26:26 +03:00

14 lines
371 B
YAML

{{/* Make sure all variables are set properly */}}
{{- include "tc.common.loader.init" . }}
{{/* Render secret */}}
{{- include "mealie.secret" . }}
{{/* Render config */}}
{{- include "mealie.config" . }}
{{- $_ := set .Values.additionalContainers "api" (include "mealie.api" . | fromYaml) -}}
{{/* Render the templates */}}
{{ include "tc.common.loader.apply" . }}