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
|
persistentVolumeReclaimPolicy: Retain
|
||||||
storageClassName: local-path
|
storageClassName: local-path
|
||||||
hostPath:
|
hostPath:
|
||||||
path: /dpool/temp/Nextcloud
|
path: /dpool/services/nextcloud/data
|
||||||
---
|
---
|
||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
kind: PersistentVolumeClaim
|
kind: PersistentVolumeClaim
|
||||||
|
@ -85,24 +85,6 @@ spec:
|
||||||
persistentVolumeClaim:
|
persistentVolumeClaim:
|
||||||
claimName: nextcloud-pvc
|
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
|
apiVersion: networking.k8s.io/v1
|
||||||
kind: Ingress
|
kind: Ingress
|
||||||
metadata:
|
metadata:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue