Primer commit

This commit is contained in:
2025-04-27 22:54:47 +00:00
commit 006cc47cd2
9 changed files with 154 additions and 0 deletions

10
services/mariadb.yaml Normal file
View File

@ -0,0 +1,10 @@
apiVersion: v1
kind: Service
metadata:
name: mariadb
namespace: nextcloud
spec:
ports:
- port: 3306
selector:
app: mariadb