feat(infrastructure): automatic deploy

This commit is contained in:
2025-10-05 18:33:22 +02:00
parent 29422f6500
commit bda4cafcf6
2 changed files with 4 additions and 1 deletions

View File

@@ -5,6 +5,9 @@ on:
branches: [ "main" ]
paths:
- 7project/backend/**
- 7project/charts/myapp-chart/**
- .github/workflows/deploy-prod.yaml
- .github/workflows/build-image.yaml
workflow_dispatch:

View File

@@ -6,7 +6,7 @@ spec:
mariaDbRef:
name: {{ .Values.mariadb.mariaDbRef.name | required "Values mariadb.mariaDbRef.name is required" }}
namespace: {{ .Values.mariadb.mariaDbRef.namespace | default .Release.Namespace }}
characterSet: utf8mb4
characterSet: utf8
collate: utf8_general_ci
cleanupPolicy: {{ .Values.mariadb.cleanupPolicy }}
requeueInterval: {{ .Values.mariadb.requeueInterval | quote }}