x
This commit is contained in:
parent
b28b22f8bf
commit
9b6c69faac
1 changed files with 1 additions and 19 deletions
|
@ -11,7 +11,7 @@ spec:
|
|||
persistentVolumeReclaimPolicy: Retain
|
||||
storageClassName: local-path
|
||||
hostPath:
|
||||
path: /dpool/temp/Nextcloud
|
||||
path: /dpool/services/nextcloud/data
|
||||
---
|
||||
apiVersion: v1
|
||||
kind: PersistentVolumeClaim
|
||||
|
@ -85,24 +85,6 @@ spec:
|
|||
persistentVolumeClaim:
|
||||
claimName: nextcloud-pvc
|
||||
---
|
||||
apiVersion: k8s.mariadb.com/v1alpha1
|
||||
kind: MariaDB
|
||||
metadata:
|
||||
name: nextcloud-db
|
||||
namespace: home-server
|
||||
spec:
|
||||
rootPasswordSecretKeyRef:
|
||||
name: nextcloud-secrets
|
||||
key: MYSQL_ROOT_PASSWORD
|
||||
database: nextcloud
|
||||
username: nextcloud
|
||||
passwordSecretKeyRef:
|
||||
name: nextcloud-secrets
|
||||
key: MYSQL_PASSWORD
|
||||
image: mariadb:10.11
|
||||
storage:
|
||||
size: 5Gi
|
||||
---
|
||||
apiVersion: networking.k8s.io/v1
|
||||
kind: Ingress
|
||||
metadata:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue