- onlyoffice kubernetes resource limits and pvc
All checks were successful
/ continuous-deploy (push) Successful in 23s
All checks were successful
/ continuous-deploy (push) Successful in 23s
- continuous deploy revision - environments variables validation - vscode tasks for deploy - vscode testing some new plugins
This commit is contained in:
@@ -117,7 +117,6 @@ su -s /bin/bash www-data -c "php occ files:scan-app-data"
|
||||
|
||||
### Mimetype migrations available
|
||||
|
||||
|
||||
```bash
|
||||
|
||||
# Rebuild appdata and caches
|
||||
@@ -139,8 +138,12 @@ su -s /bin/bash www-data -c "php occ maintenance:repair --include-expensive"
|
||||
|
||||
This script is intended to be executed only by low‑privilege deployment identities, such as the **continuous‑deploy** ServiceAccount or an application maintainer with equivalent permissions.
|
||||
|
||||
Can be executed in VS Code using the “Apply App” task.
|
||||
|
||||
```bash
|
||||
#!/bin/bash
|
||||
./ops-scripts/apply-app.sh
|
||||
|
||||
```
|
||||
|
||||
**Responsibilities:**
|
||||
@@ -158,6 +161,7 @@ This script is intended to be executed only by low‑privilege deployment identi
|
||||
|
||||
**Security context:**
|
||||
This script requires elevated cluster‑level permissions and must be executed only by platform maintainers, not by the continuous‑deploy identity.
|
||||
Can be executed in VS Code using the “Apply Infra” task.
|
||||
|
||||
```bash
|
||||
./ops-scripts/apply-infra.sh
|
||||
@@ -178,6 +182,7 @@ This script requires elevated cluster‑level permissions and must be executed o
|
||||
kubectl exec -it nextcloud-mariadb-0 -- mariadb -u nextcloud -h nextcloud-mariadb.cloud-limbosolutions-com.svc.cluster.local -p
|
||||
```
|
||||
|
||||
|
||||
**Restore database:**
|
||||
|
||||
``` bash
|
||||
|
||||
Reference in New Issue
Block a user