A lot of stuff

This commit is contained in:
2024-06-29 19:10:51 +02:00
parent 766e9a9954
commit 96c27e6df1
24 changed files with 283 additions and 90 deletions

View File

@ -19,7 +19,7 @@ ext-database:
templates:
{{- range $key, $value := .Values.credentials }}
- name: {{ $key }}
template: {{ $value }}
template: {{ $value | quote }}
secret: true
{{- end }}
{{- end }}

View File

@ -15,6 +15,6 @@ traefik:
- match: {{ .match }}
services:
- name: {{ .service }}
nativeLB: false
nativeLB: true
port: {{ .port }}
{{- end }}