Browse Source

Cambios en el deployment firefly

main
Celestino Rey 7 months ago
parent
commit
71f4854e60
2 changed files with 4 additions and 1 deletions
  1. +2
    -1
      HelmCharts/firefly-chart/templates/mysql-deployment.yaml
  2. +2
    -0
      HelmCharts/firefly-chart/templates/php-deployment.yaml

+ 2
- 1
HelmCharts/firefly-chart/templates/mysql-deployment.yaml View File

@ -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


+ 2
- 0
HelmCharts/firefly-chart/templates/php-deployment.yaml View File

@ -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:


Loading…
Cancel
Save