Fix perquè tiri WP

This commit is contained in:
2026-03-05 12:04:27 +01:00
parent 9a9ab01dcf
commit 0cfeddd613
2 changed files with 6 additions and 0 deletions

View File

@@ -21,6 +21,8 @@ spec:
secretKeyRef: secretKeyRef:
name: credencials-bd name: credencials-bd
key: password key: password
- name: MARIADB_DATABASE
value: "wordpress"
ports: ports:
- containerPort: 3306 - containerPort: 3306
volumeMounts: volumeMounts:

View File

@@ -23,6 +23,10 @@ spec:
secretKeyRef: secretKeyRef:
name: credencials-bd name: credencials-bd
key: password key: password
- name: WORDPRESS_DB_USER
value: "root"
- name: WORDPRESS_DB_NAME
value: "wordpress"
ports: ports:
- containerPort: 80 - containerPort: 80
volumeMounts: volumeMounts: