mirror of
https://github.com/k8s-at-home/charts.git
synced 2025-03-12 20:16:05 +00:00
Co-authored-by: S7evinK <s73vink@gmail.com> Co-authored-by: Bᴇʀɴᴅ Sᴄʜᴏʀɢᴇʀs <me@bjw-s.dev> Co-authored-by: Till Faelligen <tfaelligen@gmail.com>
18 lines
605 B
Go Template
18 lines
605 B
Go Template
{{- define "custom.custom.configuration.header" -}}
|
|
## Custom configuration
|
|
{{- end -}}
|
|
|
|
{{- define "custom.custom.configuration" -}}
|
|
{{ template "custom.custom.configuration.header" . }}
|
|
|
|
### Polylith Ingress
|
|
|
|
Due to the complexity of setting up ingress for each individual component it
|
|
is left up to the individual to add the necessary ingress fields to polylith deployments.
|
|
|
|
For more information see:
|
|
- https://github.com/matrix-org/dendrite/blob/master/docs/INSTALL.md#nginx-or-other-reverse-proxy
|
|
- and https://github.com/matrix-org/dendrite/blob/master/docs/nginx/polylith-sample.conf
|
|
|
|
{{- end -}}
|