From 71f4854e6032e3925122b42eab7eb1a2c55603e0 Mon Sep 17 00:00:00 2001 From: Celestino Rey Date: Mon, 21 Apr 2025 16:50:23 +0200 Subject: [PATCH] Cambios en el deployment firefly --- HelmCharts/firefly-chart/templates/mysql-deployment.yaml | 3 ++- HelmCharts/firefly-chart/templates/php-deployment.yaml | 2 ++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/HelmCharts/firefly-chart/templates/mysql-deployment.yaml b/HelmCharts/firefly-chart/templates/mysql-deployment.yaml index f0e03ac0..67d83b8f 100644 --- a/HelmCharts/firefly-chart/templates/mysql-deployment.yaml +++ b/HelmCharts/firefly-chart/templates/mysql-deployment.yaml @@ -54,7 +54,8 @@ spec: containers: #- image: docker-registry:32000/mariadb:1.0 #- image: mariadb:latest - - image: creylopez/mariadb:1.0 +# - image: creylopez/mariadb:1.0 + - image: mysql:latest name: mysql env: - name: MYSQL_ROOT_PASSWORD diff --git a/HelmCharts/firefly-chart/templates/php-deployment.yaml b/HelmCharts/firefly-chart/templates/php-deployment.yaml index 5008b35b..8b475c42 100644 --- a/HelmCharts/firefly-chart/templates/php-deployment.yaml +++ b/HelmCharts/firefly-chart/templates/php-deployment.yaml @@ -47,6 +47,8 @@ spec: value: firefly-iii-mysql - name: PMA_PORT value: "3306" + - name: UPLOAD_LIMIT + value: "9216K" - name: MYSQL_ROOT_PASSWORD valueFrom: secretKeyRef: