añadido harbor y nextcloud

This commit is contained in:
2025-04-27 22:56:26 +00:00
parent 0a36e930e7
commit 8ed2a07946
11 changed files with 194 additions and 0 deletions

View File

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

View File

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