add db init script
All checks were successful
Mirror to GitHub / mirror (push) Successful in 8s

This commit is contained in:
jona.klaess
2026-06-15 00:01:38 +02:00
parent f138453866
commit 79ed148ac0
3 changed files with 28 additions and 1 deletions

View File

@@ -61,7 +61,13 @@ spec:
- name: mediawiki-pvc
mountPath: /var/lib/mysql
readOnly: false
- name: init-sql
mountPath: /docker-entrypoint-initdb.d/init.sql
subPath: init.sql
volumes:
- name: mediawiki-pvc
persistentVolumeClaim:
claimName: mediawiki-pvc
- name: init-sql
secret:
secretName: init