eindelijk weer eens een push

This commit is contained in:
allard
2026-05-31 16:07:30 +02:00
parent 01cff8e165
commit ff21c258e0
2747 changed files with 302316 additions and 131101 deletions
@@ -1,4 +1,9 @@
apiVersion: v1
kind: Namespace
metadata:
name: mariadb
---
apiVersion: v1
kind: Service
metadata:
name: mariadb
@@ -61,8 +66,8 @@ spec:
accessModes:
- ReadWriteMany
nfs:
server: 192.168.2.110
path: /mnt/nfs_share/mariadb/dev/
server: 192.168.2.111
path: /mnt/nfs_share/dev/mariadb/
readOnly: false
---
apiVersion: v1