ADD: implement migration and backup configurations for Nextcloud with Longhorn support
This commit is contained in:
@@ -28,6 +28,11 @@ spec:
|
||||
value: nextcloud
|
||||
ports:
|
||||
- containerPort: 3306
|
||||
readinessProbe:
|
||||
tcpSocket:
|
||||
port: 3306
|
||||
initialDelaySeconds: 5
|
||||
periodSeconds: 10
|
||||
resources:
|
||||
requests:
|
||||
memory: "256Mi"
|
||||
@@ -41,4 +46,4 @@ spec:
|
||||
volumes:
|
||||
- name: mariadb-data
|
||||
persistentVolumeClaim:
|
||||
claimName: nextcloud-mariadb-pvc
|
||||
claimName: nextcloud-mariadb-pvc-longhorn
|
||||
Reference in New Issue
Block a user