changes
This commit is contained in:
parent
a83cfb8e28
commit
d1e2bf5984
3 changed files with 103 additions and 5 deletions
|
|
@ -110,10 +110,16 @@ spec:
|
|||
volumeMounts:
|
||||
- name: nextcloud-data
|
||||
mountPath: /var/www/html
|
||||
- name: user-data
|
||||
mountPath: /var/www/html/data
|
||||
volumes:
|
||||
- name: nextcloud-data
|
||||
persistentVolumeClaim:
|
||||
claimName: nextcloud-data-pvc
|
||||
- name: user-data
|
||||
hostPath:
|
||||
path: /mnt/nextcloud-data
|
||||
type: Directory
|
||||
---
|
||||
apiVersion: v1
|
||||
kind: Service
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue