Fix perquè tiri WP
This commit is contained in:
@@ -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:
|
||||||
|
|||||||
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user