bucket update and no apps install yet
This commit is contained in:
@@ -25,7 +25,7 @@ $CONFIG = array (
|
|||||||
'class' => '\\OC\\Files\\ObjectStore\\S3',
|
'class' => '\\OC\\Files\\ObjectStore\\S3',
|
||||||
'arguments' =>
|
'arguments' =>
|
||||||
array (
|
array (
|
||||||
'bucket' => 'buckets/nextcloud',
|
'bucket' => 'nextcloud',
|
||||||
'key' => 'nextcloud',
|
'key' => 'nextcloud',
|
||||||
'secret' => 'tWnc3zdxcDUvcX5f9uY7RRYvKLcWI1KY',
|
'secret' => 'tWnc3zdxcDUvcX5f9uY7RRYvKLcWI1KY',
|
||||||
'region' => '',
|
'region' => '',
|
||||||
|
|||||||
@@ -78,8 +78,8 @@ spec:
|
|||||||
memory: "512Mi"
|
memory: "512Mi"
|
||||||
cpu: "250m"
|
cpu: "250m"
|
||||||
limits:
|
limits:
|
||||||
memory: "1000Mi"
|
memory: "768Mi"
|
||||||
cpu: "1500m"
|
cpu: "3000m"
|
||||||
---
|
---
|
||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
kind: Service
|
kind: Service
|
||||||
|
|||||||
21
apps/web/nextcloud/post-start.sh
Normal file → Executable file
21
apps/web/nextcloud/post-start.sh
Normal file → Executable file
@@ -1,3 +1,20 @@
|
|||||||
#!/bin/sh
|
#!/bin/bash
|
||||||
ln -s /var/run/secrets/kubernetes.io/serviceaccount/ca.crt /usr/local/share/ca-certificates/
|
ln -s /var/run/secrets/kubernetes.io/serviceaccount/ca.crt /usr/local/share/ca-certificates/
|
||||||
/usr/sbin/update-ca-certificates
|
/usr/sbin/update-ca-certificates
|
||||||
|
|
||||||
|
# reinstall/activate apps
|
||||||
|
#DIS_APP=( accessibility admin_audit contactsinteraction dashboard files_external
|
||||||
|
# files_rightclick firstrunwizard logreader nextcloud_announcements
|
||||||
|
# serverinfo sharebymail survey_client systemtags ser_ldap weather_status )
|
||||||
|
#
|
||||||
|
#EN_APP=( activity cloud_federation_api comments dav encryption federatedfilesharing
|
||||||
|
# federation files files_pdfviewer files_sharing files_trashbin files_videoplayer
|
||||||
|
# lookup_server_connector notes notifications oauth2 password_policy photos
|
||||||
|
# privacy provisioning_api recommendations settings support text theming
|
||||||
|
# twofactor_backupcodes updatenotification user_status viewer workflowengine
|
||||||
|
# files_versions timetracker tasks deck files_3d )
|
||||||
|
#
|
||||||
|
#for APP in ${DIS_APP[@]}; do echo "+${APP}+"; done
|
||||||
|
#echo "ENABLED"
|
||||||
|
#
|
||||||
|
#for APP in ${EN_APP[@]}; do echo "+${APP}+"; done
|
||||||
Reference in New Issue
Block a user