- onlyoffice kubernetes resource limits and pvc
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:
Márcio Fernandes
2026-04-10 03:21:05 +00:00
parent e3bcb3c864
commit a9e368beb1
12 changed files with 101 additions and 26 deletions

View File

@@ -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 lowprivilege deployment identities, such as the **continuousdeploy** 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 lowprivilege deployment identi
**Security context:**
This script requires elevated clusterlevel permissions and must be executed only by platform maintainers, not by the continuousdeploy 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 clusterlevel 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