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: