fix: forzar SQLite en Ghost para evitar intento de conexión a MySQL
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -62,6 +62,10 @@ spec:
|
|||||||
key: smtp-pass
|
key: smtp-pass
|
||||||
- name: mail__from
|
- name: mail__from
|
||||||
value: "Zona de Exclusión <chemavx@gmail.com>"
|
value: "Zona de Exclusión <chemavx@gmail.com>"
|
||||||
|
- name: database__client
|
||||||
|
value: "sqlite3"
|
||||||
|
- name: database__connection__filename
|
||||||
|
value: "/var/lib/ghost/content/data/ghost.db"
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- name: data
|
- name: data
|
||||||
mountPath: /var/lib/ghost/content
|
mountPath: /var/lib/ghost/content
|
||||||
|
|||||||
Reference in New Issue
Block a user