This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
creylopez
/
k8s-cluster-projects
Watch
1
Star
1
Fork
0
Code
Issues
1
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
Cambios en el deployment firefly
main
Celestino Rey
7 months ago
parent
78ecd30e74
commit
71f4854e60
2 changed files
with
4 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-1
HelmCharts/firefly-chart/templates/mysql-deployment.yaml
+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:
Write
Preview
Loading…
Cancel
Save