* fix(openproject): Add DB and main service port Let's see how much more I need lol * Update Chart.yaml * more fixes * Update Chart.yaml * Other fixes I missed * trying this one with port 80 * add some fixes * fix pg * whoops Co-authored-by: Stavros kois <s.kois@outlook.com>
8 lines
195 B
YAML
8 lines
195 B
YAML
{{- include "tc.common.loader.init" . }}
|
|
|
|
{{/* Render secrets for openproject */}}
|
|
{{- include "openproject.secrets" . }}
|
|
|
|
{{/* Render the templates */}}
|
|
{{ include "tc.common.loader.apply" . }}
|