ADD: added working nextcloud version
This commit is contained in:
@@ -28,10 +28,17 @@ spec:
|
||||
value: nextcloud
|
||||
ports:
|
||||
- containerPort: 3306
|
||||
resources:
|
||||
requests:
|
||||
memory: "256Mi"
|
||||
cpu: "250m"
|
||||
limits:
|
||||
memory: "512Mi"
|
||||
cpu: "500m"
|
||||
volumeMounts:
|
||||
- name: mariadb-data
|
||||
mountPath: /var/lib/mysql
|
||||
volumes:
|
||||
- name: mariadb-data
|
||||
persistentVolumeClaim:
|
||||
claimName: pvc-mariadb
|
||||
claimName: nextcloud-mariadb-pvc
|
||||
Reference in New Issue
Block a user